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 something@example.net > my_key.asc
Answer
#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 something@example.net > 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 something@example.net > my_key.asc
- ```