diff --git a/README.md b/README.md index 3874826..31bc0df 100644 --- a/README.md +++ b/README.md @@ -2967,9 +2967,8 @@ Before you unmount your backup, ask yourself if you should make another one just - If you receive the error, `Please insert the card with serial number: *` see [using of multiple keys](#using-multiple-keys). - If you receive the error, `There is no assurance this key belongs to the named user` or `encryption failed: Unusable public key` use `gpg --edit-key` to set `trust` to `5 = I trust ultimately`. - - If, when you try the above `--edit-key` command, you get the error - `Need the secret key to do this.`, you can manually specify trust for the key in - `~/.gnupg/gpg.conf` by using the `trust-key [your key ID]` directive. + +- If, when you try the above `--edit-key` command, you get the error `Need the secret key to do this` - manually specify trust for the key in `~/.gnupg/gpg.conf` by using the `trust-key [key ID]` directive. - If, when using a previously provisioned YubiKey on a new computer with `pass`, you see the following error on `pass insert`: @@ -2981,7 +2980,7 @@ Before you unmount your backup, ask yourself if you should make another one just - If you receive the error, `gpg: 0x0000000000000000: skipped: Unusable public key`, `signing failed: Unusable secret key`, or `encryption failed: Unusable public key` the sub-key may be expired and can no longer be used to encrypt nor sign messages. It can still be used to decrypt and authenticate, however. -- If you lost your GPG public key and need to recover it from YubiKey, follow [this guide](https://www.nicksherlock.com/2021/08/recovering-lost-gpg-public-keys-from-your-yubikey/) +- If you lost your GPG public key, follow [this guide](https://www.nicksherlock.com/2021/08/recovering-lost-gpg-public-keys-from-your-yubikey/) to recover it from YubiKey. - Refer to Yubico article [Troubleshooting Issues with GPG](https://support.yubico.com/hc/en-us/articles/360013714479-Troubleshooting-Issues-with-GPG) for additional guidance.