diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-20 00:09:20 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-02-20 00:09:20 -0500 |
commit | 18f0c19e96b6eb1132e6a412e324f8c2b64762ff (patch) | |
tree | e0b65e67d9594290915c693d7161c977f999f1cc /website | |
parent | e13bbc823bc8fe7a28303e45055643e15d0849cd (diff) |
add_revoker fully working. also cleanup of add_certifier.
add_revoker and add_certifier to many similar procedures, so I'm
trying to keep them in sync as I figure out the right way to handle
things.
Diffstat (limited to 'website')
-rw-r--r-- | website/getting-started-user.mdwn | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/website/getting-started-user.mdwn b/website/getting-started-user.mdwn index d96e5b0..ec157ac 100644 --- a/website/getting-started-user.mdwn +++ b/website/getting-started-user.mdwn @@ -91,11 +91,7 @@ the `gen-subkey` command: $ monkeysphere gen-subkey If you have more than one secret key, you'll need to specify the key -you want to add the subkey to on the command line. It have already -have an ssh pub key that you use regularly, you can import this key -into GPG with the `import-subkey` command: - - $ monkeysphere import-subkey ~/.ssh/id_rsa +you want to add the subkey to on the command line. Using your OpenPGP authentication key for SSH |