Hi, if i use the windows GUI to add a PGP key.
Is there anyway I can use a commandline to “Verify” and output the file on disk?
Best regards Joakim
Hi, if i use the windows GUI to add a PGP key.
Is there anyway I can use a commandline to “Verify” and output the file on disk?
Best regards Joakim
Hello Joakim,
to save the key to disk you can use the following command:
gpg --armor --export “email-address” > file.asc
(instead of an email address you can also use the Key-ID)
Greetings,
Christoph