codeofconductsetup

Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2013-08-25 02:02:09
Size: 1820
Editor: 63
Comment:
Revision 5 as of 2013-08-25 07:42:47
Size: 2326
Editor: 63
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Code Of Conduct Steps == == Code Of Conduct Steps ==
Line 7: Line 7:
...fill in info  * you can just hit enter for all the defaults
  * slowly hit enter until it asks for your name, email, and comment
  ''('''comments are good if you want to remember what you are creating this for or if you are creating this specifically for certain group or purpose''')''
Line 26: Line 28:
----
Line 28: Line 30:
----
Line 38: Line 41:

navigate to launchpad.net/codeofconduct
Download the code of conduct
gpg --clearsign UbuntuCodeofConduct-2.0.txt.asc
----
=== Now to sign the Code of Conduct ===
----

navigate to: '''launchpad.net/codeofconduct'''
Click to Download the code of conduct
||<#C0C0C0> gpg --clearsign UbuntuCodeofConduct-2.0.txt.asc||
Line 44: Line 49:
go back to browser, click sign it button go back to browser, click "sign it" button
Line 46: Line 51:

----
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!

Code Of Conduct Steps


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


Open up a terminal and run:

:~$ gpg --gen-key

  • you can just hit enter for all the defaults
    • slowly hit enter until it asks for your name, email, and comment

      (comments are good if you want to remember what you are creating this for or if you are creating this specifically for certain group or purpose)


Information you get when once your key is generated:


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

  • Key fingerprint = xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx

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


  • log in
  • click to edit OpenPGP keys:
  • copy and paste your fingerprint into the fingerprint field
  • launchpad will email you an encrypted message
  • open email, save to a text file and decrypt it:
  • open terminal and run this command:

:~$ gpg --decrypt <filename>

  • there will be a link at the bottom of your message
  • click that link, click the continue button
  • OpenPGP key will be uploaded to Launchpad.net!


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)