diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-20 01:39:29 -0500 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2009-02-20 01:39:29 -0500 |
commit | 9b47ae89c3840eb2af9a57a885e19ccbe36957d5 (patch) | |
tree | a109a88b02089a3f328730a9aa394e3155fda916 /man | |
parent | 076be3a8a16c32dd94e8b2e75359d0ba1d51f352 (diff) |
trivial implementation of monkeysphere-host revoke-key: just prints ascii-armored revocation certificate to stdout, and admin is expected to know what to do with it.
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/monkeysphere-host.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/man/man8/monkeysphere-host.8 b/man/man8/monkeysphere-host.8 index 2b71807..2ccaaec 100644 --- a/man/man8/monkeysphere-host.8 +++ b/man/man8/monkeysphere-host.8 @@ -66,8 +66,11 @@ or by specifying `-` to load from stdin. `o' may be be used in place of `add-revoker'. .TP .B revoke-key -Revoke the host's OpenPGP key. `r' may be used in place of -`revoke-key'. +Revoke the host's OpenPGP key. This will ask you a series of +questions, and then generate a key revocation certificate on standard +out. If you publish this revocation certificate to the public +keyservers, your host key will be permanently revoked. `r' may be +used in place of `revoke-key'. .TP .B publish-key Publish the host's OpenPGP key to the keyserver. `p' may be used in |