- gpg --gen-key
- gpg --list-keys
- gpg --keyserver pgp.mit.edu --send-keys '62E49F5A'
- that funky number is listed in the output of "list-keys", just look carefully
- your funky number will be unique
- should be 8 digits long and hex
- gpg --keyserver pgp.mit.edu --search-keys 'youremail@yahoo.com'
- gpg --keyserver pgp.mit.edu --search-keys 'yourgirl@yahoo.com'
- gpg --keyserver pgp.mit.edu --recv-keys 1F3B6ACA
- Get her key with the ID you saw in previous step
- Use keys to encrypt content
- Can be encrypted for multiple people in one go, and only those listed can open the result
Monday, 25 March 2013
Generate gpg keys, upload to server, pull from server, from CLI
Subscribe to:
Post Comments (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
kubectl --cert=/tmp/tls.crt --key=/tmp/tls.key create secret tls tls-wc-ingress
-
apt-get install exim4 dpkg-reconfigure exim4-config Select: internet site; mail is sent and received directly using SMTP IP-addresses...
-
brew install python3 mkdir -p ~/bin/python3 python3 -m venv ~/bin/python3 source ~/bin/python3/bin/activate enjoy!
No comments:
Post a Comment
Note: only a member of this blog may post a comment.