]> info9.net Git - wiki.git/blobdiff - securemail/gpg3.mdwn
Copy over old blog
[wiki.git] / securemail / gpg3.mdwn
diff --git a/securemail/gpg3.mdwn b/securemail/gpg3.mdwn
new file mode 100644 (file)
index 0000000..f6811b1
--- /dev/null
@@ -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]]
+