Skip to content

Edit Public Key (via Terminal)

heilingbrunner edited this page May 15, 2020 · 4 revisions

This command opens the terminal and runs the gnupg command to edit the selected public key. The command uses the fingerprint.

Used GnuPG command:

gpg --homedir <path> --edit-key <fingerprint>

Example:

Step 1: Select key and open terminal, set focus to terminal and press ENTER.

Step 2: Use gpg commandline tool to edit this key

Step 3: Close tool

Clone this wiki locally