aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar drduh <github@duh.to> 2025-04-12 10:31:37 -0700
committerGravatar drduh <github@duh.to> 2025-04-12 10:31:37 -0700
commit2cc0c10777d45147f28c9daa79f4c98a853f9795 (patch)
tree220d4245f33bbe6ef970a692e830021bc735946f
parent5fb7799f2105cbd307a9fef28b3235f4f30a6a52 (diff)
downloadYubiKey-Guide-2cc0c10777d45147f28c9daa79f4c98a853f9795.tar.gz
YubiKey-Guide-2cc0c10777d45147f28c9daa79f4c98a853f9795.tar.zst
YubiKey-Guide-2cc0c10777d45147f28c9daa79f4c98a853f9795.zip
update gpg conf refs
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 88d5bba..55f4b21 100644
--- a/README.md
+++ b/README.md
@@ -293,12 +293,12 @@ export GNUPGHOME=$(mktemp -d -t $(date +%Y.%m.%d)-XXXX)
## Configuration
-Import or create a [hardened configuration](https://github.com/drduh/config/blob/main/gpg.conf):
+Create or import a [hardened configuration](https://github.com/drduh/YubiKey-Guide/blob/master/config/gpg.conf):
```console
cd $GNUPGHOME
-wget https://raw.githubusercontent.com/drduh/config/main/gpg.conf
+wget https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/config/gpg.conf
```
The options will look similar to:
@@ -963,12 +963,12 @@ Initialize GnuPG:
gpg -k
```
-Import or create a [hardened configuration](https://github.com/drduh/config/blob/main/gpg.conf):
+Create or import a [hardened configuration](https://github.com/drduh/YubiKey-Guide/blob/master/config/gpg.conf):
```console
cd ~/.gnupg
-wget https://raw.githubusercontent.com/drduh/config/main/gpg.conf
+wget https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/config/gpg.conf
```
Set the following option. This avoids the problem where GnuPG will repeatedly prompt for the insertion of an already-inserted YubiKey:
@@ -1238,12 +1238,12 @@ YubiKey will blink when it is waiting for a touch. On Linux, [maximbaz/yubikey-t
## SSH
-Import or create a [hardened configuration](https://github.com/drduh/config/blob/main/gpg-agent.conf):
+Create or import a [hardened configuration](https://github.com/drduh/YubiKey-Guide/blob/master/config/gpg-agent.conf):
```console
cd ~/.gnupg
-wget https://raw.githubusercontent.com/drduh/config/main/gpg-agent.conf
+wget https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/config/gpg-agent.conf
```
> [!NOTE]