Skip to content

Instantly share code, notes, and snippets.

@Albus
Last active May 31, 2022 15:49
Show Gist options
  • Save Albus/269d4e569e5232864eb9f7739532541c to your computer and use it in GitHub Desktop.
Save Albus/269d4e569e5232864eb9f7739532541c to your computer and use it in GitHub Desktop.
GPG: архивация и восстановление ключей

Backup

gpg -o private.gpg --export-options backup --export-secret-keys

Restore

gpg --import-options restore --import PATH/TO/BACKUP/keyring.gpg

Trust

gpg --edit-key CF28947E48791122D1E81B7CB0B32F2D356BF8A2

Выбираем в меню

  • trust
    • 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment