diff --git a/src/content/posts/windows-yubikey-guide/gpg4win.md b/src/content/posts/windows-yubikey-guide/gpg4win.md index 0dd9aad..cabe50b 100644 --- a/src/content/posts/windows-yubikey-guide/gpg4win.md +++ b/src/content/posts/windows-yubikey-guide/gpg4win.md @@ -111,7 +111,7 @@ gpg --keyserver keys.openpgp.org --send-key $masterKey ### Optional 2: Force touch on Yubikey actions. ```ps -ykman openpgp set-touch aut off +ykman openpgp set-touch aut on ykman openpgp set-touch sig on ykman openpgp set-touch enc on ```