Last active
April 3, 2023 07:01
-
-
Save pancudaniel7/4bae2c82ac1e7d0071bca374d13d35e6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
#!/bin/bash | |
gpg --output public.pgp --armor --export username@email | |
gpg --output private.pgp --armor --export-secret-key username@email | |
gpg --import private.key | |
gpg --list-keys --keyid-format LONG | |
gpg --list-signatures |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment