diff --git a/src/content/posts/windows-yubikey-guide/gpg4win.md b/src/content/posts/windows-yubikey-guide/gpg4win.md index cabe50b..d55c214 100644 --- a/src/content/posts/windows-yubikey-guide/gpg4win.md +++ b/src/content/posts/windows-yubikey-guide/gpg4win.md @@ -107,24 +107,4 @@ gpg --armor --export $masterKey > gpg-pub.asc ### Optional 1.1: Make your Pubkey public. ```ps gpg --keyserver keys.openpgp.org --send-key $masterKey -``` - -### Optional 2: Force touch on Yubikey actions. -```ps -ykman openpgp set-touch aut on -ykman openpgp set-touch sig on -ykman openpgp set-touch enc on -``` - - -Note: To fully reset GPG Keys on the Yubikey, do the following: -``` -ykman openpgp reset -``` - -Default Pin: 123456 -Default Admin Pin: 12345678 - -gpg --card-edit ->admin ->name \ No newline at end of file +``` \ No newline at end of file