- 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
Showing posts with label gpg. Show all posts
Showing posts with label gpg. Show all posts
Monday, 25 March 2013
Generate gpg keys, upload to server, pull from server, from CLI
Subscribe to:
Posts (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...
-
NOTE: unbound is now available via epel repo on Amazon Linux install requirements yum groupinstall "Development Tools" yum i...