]> info9.net Git - wiki.git/blob - securemail/gpg2.mdwn
creating tag page floss
[wiki.git] / securemail / gpg2.mdwn
1 # GPG Configuration on Windows for Secure Mail
2 [[Prev|gpg]] | *step 2 of 5* | [[Next|gpg3]]
3
4 ## Generate a new GPG key
5
6  1. In the command window generate a new GPG key
7    * Type **gpg --gen-key**
8    * Choose the type **RSA (sign only)**
9    * Choose size **4096**
10    * Choose expiration **key does not expire**
11    * Enter your Real name: **Foo Bar**
12    * Enter your e-mail address: **foo@info9.net**
13    * Select **Okay** and do some serious web surfing to keep your computer busy to create entropy while your key is generated!
14  1. Guard your GPG passphrase carefully
15    * Your GPG key passphrase is like the password to your identity:
16      take care in choosing a good password.  It's actually better if
17      it's not  just one word, but a few words.
18    * Do not lose this passphrase: it is impossible for anyone to recover it.
19  1. Make a note of your "Key ID"
20    * {x} Write down the 8 hexidecimal digit key identifier (in the screenshot below it's **1C9771DB**)
21  1. Proceed to the [[Next|gpg3]] step
22
23 [[!img gpg2.png align=left]]
24