Skip to content

Instantly share code, notes, and snippets.

@b14ck0ps
Last active November 8, 2022 05:22
Show Gist options
  • Save b14ck0ps/fc7eb5d451e53456e5e9cb08a4025787 to your computer and use it in GitHub Desktop.
Save b14ck0ps/fc7eb5d451e53456e5e9cb08a4025787 to your computer and use it in GitHub Desktop.
GPG key import export

Instruction

GPG -k for list

<----- export ------>

gpg --export -a "Azran Hossain" > public.key

gpg --export-secret-key -a "Azran Hossain" > private.key

<----- import ------>

gpg --import public.key

gpg --import private.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment