diff options
author | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-15 00:33:27 -0700 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@phys.columbia.edu> | 2008-08-15 00:44:15 -0700 |
commit | bb35e6ff08dbd33d3f47e9c969eb3da3a9acf18d (patch) | |
tree | 8487aad418fba35e5cfd61d12f698aa915657ff9 /man | |
parent | 0181b6fc50824941e4f7ac3f535a216b8189568e (diff) |
add start of add/revoke-hostname functions. revocation needs to be
implemented.
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/monkeysphere-server.8 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/man/man8/monkeysphere-server.8 b/man/man8/monkeysphere-server.8 index 74e9a10..8e7278b 100644 --- a/man/man8/monkeysphere-server.8 +++ b/man/man8/monkeysphere-server.8 @@ -44,9 +44,21 @@ specified with the `-e' or `--expire' option (prompt otherwise). A key revoker fingerprint can be specified with the `-r' or `--revoker' option. `g' may be used in place of `gen-key'. .TP -.B show-fingerprint -Show the fingerprint for the host's OpenPGP key. `f' may be used in place of -`show-fingerprint'. +.B add-hostname HOSTNAME +Add a hostname user ID to the server host key. `n+' may be used in +place of `add-hostname'. +.TP +.B revoke-hostname HOSTNAME +Revoke a hostname user ID from the server host key. `n-' may be used +in place of `revoke-hostname'. +.TP +.B show-key +Output gpg information about host's OpenPGP key. `s' may be used in +place of `show-key'. +.TP +.B fingerprint +Output just the fingerprint for the host's OpenPGP key. `f' may be +used in place of `fingerprint'. .TP .B publish-key Publish the host's OpenPGP key to the keyserver. `p' may be used in |