X-Git-Url: http://info9.net/gitweb/?p=wiki.git;a=blobdiff_plain;f=securemail%2Fgpg2.mdwn;fp=securemail%2Fgpg2.mdwn;h=82f97cf8796ee81b9b4d132f8bf6051fdafc811f;hp=0000000000000000000000000000000000000000;hb=25f37f45c25c5659d9a3608776e0fa9ca77c74cd;hpb=19a415cc5d45e990f04b5eafac364423cb50fee1 diff --git a/securemail/gpg2.mdwn b/securemail/gpg2.mdwn new file mode 100644 index 0000000..82f97cf --- /dev/null +++ b/securemail/gpg2.mdwn @@ -0,0 +1,23 @@ +# GPG Configuration on Windows for Secure Mail +[[Prev|gpg]] | *step 2 of 5* | [[Next|gpg3]] + +## Generate a new GPG key + + 1. In the command window generate a new GPG key + * Type **gpg --gen-key** + * Choose the type **RSA (sign only)** + * Choose size **4096** + * Choose expiration **key does not expire** + * Enter your Real name: **Foo Bar** + * Enter your e-mail address: **foo@info9.net** + * Select **Okay** and do some serious web surfing to keep your computer busy to create entropy while your key is generated! + 1. Guard your GPG passphrase carefully + * Your GPG key passphrase is like the password to your identity: + take care in choosing a good password. It's actually better if + it's not just one word, but a few words. + * Do not lose this passphrase: it is impossible for anyone to recover it. + 1. Make a note of your "Key ID" + * {x} Write down the 8 hexidecimal digit key identifier (in the screenshot below it's **1C9771DB**) + 1. Proceed to the [[Next|gpg3]] step + +[[!img gpg2.png align=left]]