Forked from kenzo0107/import_and_export_gpg_keys_backup.sh
Created
March 29, 2021 07:00
-
-
Save xirixiz/6f423226ab3cb50877cdb7c30d40b046 to your computer and use it in GitHub Desktop.
Revisions
-
kenzo0107 renamed this gist
Feb 5, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
kenzo0107 revised this gist
Feb 5, 2020 . 1 changed file with 11 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,11 @@ # export private keys gpg --export-secret-keys --armor > gpg-private.keys # import private keys gpg --import gpg-private.keys # export public keys gpg --export --armor > gpg-public.keys # import public keys gpg --import gpg-public.keys -
kenzo0107 revised this gist
Feb 5, 2020 . No changes.There are no files selected for viewing
-
kenzo0107 renamed this gist
Feb 5, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
kenzo0107 created this gist
Feb 5, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ gpg --export-secret-keys --armor > gpg-private.keys.backup