Created
January 12, 2023 16:38
-
-
Save DavidPesticcio/a5ff4b22d242ba443b89a0e07aaefae3 to your computer and use it in GitHub Desktop.
GPG Hints and Tips
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Export a key to GPG or ASCII format | |
gpg --export YOUR_FINGERPRINT > pubkey.gpg | |
gpg --armor --export YOUR_FINGERPRINT > pubkey.asc | |
Convert a key/file to/from GPG or ASCII format | |
gpg --enarmor file.gpg > file.asc | |
gpg --dearmor file.asc > file.gpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment