Howto Easy PGP Key Creation
June 17, 2010 Leave a Comment
This HOWTO will take you through a quick & basic PGP Key creation and submission to MIT key servers
First you need to install gnupg and gnupg-agent. In order to create a key, you will also need a real email address.
1. Open a terminal.
2. type in the following code:
gpg --gen-key
3. Then enter a “1″ – to create a standard DSA/ElGamal key. Press Enter.
4. Type in 1024. Press Enter.
5. Type in 0. Press Enter.
6. Enter a y. Press Enter.
7. Type in your Real Name. Press Enter.
8. Type in your REAL email address. Press Enter.
9. Type in Your First Name, followed by “‘s PGP Key”. Press Enter. IE Joe Blogg’s PGP key (without the “”)
10. Type O. Press Enter. It will now create your Key.
11. You will have to give it a “Pass Phrase”. Try to use a password with a mixture of upper and lower case letters as well as numbers to make it secure.
When it’s finished creating your Key, follow these steps:
1. Open a terminal.
2. Type in the following code:
gpg --export -a "User Name" > public.key
3. Open a nautilus window.
4. Find the file “public.key” in your home directory.
5. Right click on the file, left click on open in text editor.
6. Press CTRL+A, then CTRL+C (Select All, Copy)
7. Open http://pgp.mit.edu in a browser window.
8. In the box under the label, “Submit a key” – right click in the box and then left click on paste.
9. Click on “Submit this key to the keyserver!”
10. Go back to http://pgp.mit.edu
11. Type in your name in the Search String box.
12. Highlight and Copy the section of the result page under “User ID” (It should be your name, comment, and email address.)
Recent Comments