--- wikisrc/developer_key_signing.mdwn 2011/01/10 19:32:08 1.1 +++ wikisrc/developer_key_signing.mdwn 2011/01/10 20:18:21 1.5 @@ -1,3 +1,10 @@ +# Developer Key Signing + +Developers need to generate, maintain, and sign keys to keep a web of trust. The following are shortcut commands to accomplish this. + +Many of the commands will have various prompts that should be obvious (selecting keys out of a list, entering passphrases, etc). That verbage has been eliminated from the examples. + + * Key Generation * Extend Expiration * Key Uploading @@ -5,7 +12,6 @@ * Key Signing * Signature Upload - ## Key Generation *TBD* @@ -28,7 +34,12 @@ Key is valid for? (0) 5y You will need to re-upload to the key-server. ## Key Uploading -*TBD* + +gpg: +[[!template id=programlisting text=""" +# gpg --keyserver pgp.mit.edu --send-keys C631C69E +"""]] + ## Key Download @@ -47,7 +58,16 @@ gpg: ## Key Signing -*TBD* + +gpg: +[[!template id=programlisting text=""" +# gpg --default-key cyber@netbsd.org --sign-key C631C69E +"""]] + ## Signature Upload -*TBD* + +gpg: +[[!template id=programlisting text=""" +# gpg --keyserver pgp.mit.edu --send-keys E361D0FA +"""]]