From 2cc0c10777d45147f28c9daa79f4c98a853f9795 Mon Sep 17 00:00:00 2001 From: drduh Date: Sat, 12 Apr 2025 10:31:37 -0700 Subject: [PATCH] update gpg conf refs --- README.md | 12 ++++++------ 1 file 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]