Skip to content

Export Public Keys

heilingbrunner edited this page May 15, 2020 · 2 revisions

This command exports the selected public keys to a file.

Used GnuPG command:

gpg --homedir <path> --batch --yes --armor --output <exportfilename> --export <fingerprint>

Clone this wiki locally