Code Of Conduct Steps


tutorial I followed, minus the key generation: http://screencasts.ubuntu.com/2010/12/22/004-SigningCoC


  • Ubuntu You must remember your passphrase

A key without its passphrase becomes useless. There will be much hassel and you will need to "re-key" all your contacts as well as change any client settings with new keys. Suggestion: I highly suggest the use of a third-party password storage application. I store my keys & passphrases in a keepassx .kdb


Open up a terminal and run:

:~$ gpg --gen-key


Information you get when once your key is generated:

copy and paste this information into a .txt file for your records


gpg: key xxxxxxxx marked as ultimately trusted public and secret key created and signed.

gpg: checking the trustdb gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model gpg: depth: 0 valid: 4 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 4u pub 1111F/R3E12345 2013-08-25

uid Name (comment) <e-mail> sub 1111F/R3E12345 2013-08-25


upload to keyserver.ubuntu.com

:~$ gpg --keyserver keyserver.ubuntu.com --send-keys XXXXXXXX

fill the x's with the key you got once you generated your key. (refrence bold above)


go to launchpad.net


:~$ gpg --decrypt <filename>


Now to sign the Code of Conduct


navigate to: launchpad.net/codeofconduct Click to Download the code of conduct

gpg --clearsign UbuntuCodeofConduct-2.0.txt.asc

(( if an error comes up saying no public key, try.. gpg -u <key> --clearsign UbuntuCodeofConduct-2.0.txt.asc )) go back to browser, click "sign it" button copy and paste the new .asc createdfile into the open field and click continue


That should redirect you to a page showing your signed CodeOfConduct!

If you have any issues, feel free to contact me via the IRC or E-mail!

erroric/codeofconductsetup (last edited 2013-08-25 07:57:49 by 63)