I'd like to give the highest trust level to a certificate. I need to do so, as this certificate is mine but I don't have exported it before formatting my PC.
I have downloaded it from a public key server and I have my private key saved in KeePass, but I don't know what to do next.
I'm sorry I cannot tell you how to do it in Kleopatra, but it is rather easy on the command line.
key.pgp
, name and extension don't matter). Now run gpg --import <key.pgp
. Your key should be listed using gpg -K
now.gpg --edit-key [key-id]
(printed in gpg -K
above). In the edit key menu, run trust
; and enter 5 (followed by Return for "I trust ultimately". Confirm with y (again followed by Return), and finally run save
to store the modified key and quit GnuPG.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With