aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordrduh <github@duh.to>2022-03-16 15:29:16 -0700
committerGitHub <noreply@github.com>2022-03-16 15:29:16 -0700
commit14e951bb01664c36937abe6b3317dc649cbc2530 (patch)
tree163f789178c7e52e9e3415f65d2fcef051307e82
parentMerge pull request #308 from okada-h/add-missing-preposition (diff)
parentAdd small adjustments after renewing my subkeys (diff)
downloadYubiKey-Guide-14e951bb01664c36937abe6b3317dc649cbc2530.tar.gz
Merge pull request #294 from DevSecNinja/patch-1
Add small adjustments after renewing my subkeys
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 99184bc..1a7fdc9 100644
--- a/README.md
+++ b/README.md
@@ -1811,7 +1811,7 @@ Enter passphrase for /dev/mmcblk0p1:
$ sudo mount /dev/mapper/secret /mnt/encrypted-storage
```
-Import the master key and configuration to a temporary working directory:
+Import the master key and configuration to a temporary working directory. Note that Windows users should import mastersub.gpg:
```console
$ export GNUPGHOME=$(mktemp -d -t gnupg_$(date +%Y%m%d%H%M)_XXX)
@@ -2741,7 +2741,7 @@ Before you unmount your backup, ask yourself if you should make another one just
```
you need to adjust the trust associated with the key. See the above bullet.
-- If you receive the error, `gpg: 0x0000000000000000: skipped: Unusable public 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 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.
- Refer to Yubico article [Troubleshooting Issues with GPG](https://support.yubico.com/hc/en-us/articles/360013714479-Troubleshooting-Issues-with-GPG) for additional guidance.