X-Git-Url: https://info9.net/gitweb/?p=wiki.git;a=blobdiff_plain;f=securemail%2Fgpg3.mdwn;fp=securemail%2Fgpg3.mdwn;h=f6811b1c3d42783dd9793923fc9a8e316c18d4fb;hp=0000000000000000000000000000000000000000;hb=25f37f45c25c5659d9a3608776e0fa9ca77c74cd;hpb=19a415cc5d45e990f04b5eafac364423cb50fee1 diff --git a/securemail/gpg3.mdwn b/securemail/gpg3.mdwn new file mode 100644 index 0000000..f6811b1 --- /dev/null +++ b/securemail/gpg3.mdwn @@ -0,0 +1,18 @@ +# GPG Configuration on Windows for Secure Mail +[[Prev|gpg2]] | *step 3 of 5* | [[Next|gpg4]] + +## Add an encryption subkey + + 1. In the command window create a new GPG encryption subkey: + * Type **gpg --edit-key foo@info9.net** (*with your e-mail address, of course*) + * Type **addkey** + * Choose type **RSA (encrypt only)** + * Choose size **4096** + * Choose expiration **key does not expire** + * Select *Okay* and do some serious web surfing to keep your + computer busy to create entropy while your key is generated! + * type **save** + 1. Proceed to the [[Next|gpg4]] step + +[[!img gpg3.png align=left]] +