Post History
No need to search for a key ID. Just type the e-mail associated with your key and export your public key like this: $ gpg --export -a [email protected] > my_key.asc
#2: Post edited
No need to search for a key id, just type your e-mail associated with your key and export your public key like this:`$ gpg --export -a [email protected] > my_key.asc`
- No need to search for a key ID. Just type the e-mail associated with your key and export your public key like this:
- ```
- $ gpg --export -a [email protected] > my_key.asc
- ```
#1: Initial revision
No need to search for a key id, just type your e-mail associated with your key and export your public key like this: `$ gpg --export -a [email protected] > my_key.asc`