Making GPG Keyring usable #148
-
I was wondering if there could be a more in depth description of what it means to make the GPG keyring "usable" as stated in the docs. I currently have my ring set up with my private and public key and a few other public keys, but cannot get the program to run. I am having a hard time finding resources online as to what makes a keyring "usable." Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
As explained in the Readme, usually it means setting the trust on your GPG key(s). So for all |
Beta Was this translation helpful? Give feedback.
As explained in the Readme, usually it means setting the trust on your GPG key(s). So for all
gpgid
you have configured for pass in.gpd-id
, you need to run:gpg --edit-key <gpgid>
, thentrust
and set how much you trust the key. If you own the key, you can set you "trust it ultimately".