link: www.gnupg.org
export ALL secret keys
gpg –export-secret-keys –armor –output SecretKeysFile.asc
export one of secret keys
gpg –export-secret-keys -a KEYNAME –armor –output SecretKeysFile.asc
link: www.gnupg.org
export ALL secret keys
gpg –export-secret-keys –armor –output SecretKeysFile.asc
export one of secret keys
gpg –export-secret-keys -a KEYNAME –armor –output SecretKeysFile.asc