Tuesday, March 17, 2009
HowTo Use GPG
Posted on 10:25 PM by Unknown
1. Key Generation gpg # Initialize GPG for this user (e.g. create ~/.gnupg). Only have to run once. gpg --gen-key # Start key generation process. Follow prompts. 2. Viewing Keys gpg --list-keys # View public keys gpg --list-secret-keys # View private keys 3. Exporting Public Keys gpg --export # Exports key in binary format
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment