From 4bd13b7254910acaf634711083ef7ceb4ed6b3cf Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Tue, 7 Apr 2015 07:58:17 +0200 Subject: [PATCH] mgm-key not needed for change-pin and change-puk --- doc/YubiKey_NEO_PIV_introduction.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/YubiKey_NEO_PIV_introduction.adoc b/doc/YubiKey_NEO_PIV_introduction.adoc index 1dd2b4a..11f0c28 100644 --- a/doc/YubiKey_NEO_PIV_introduction.adoc +++ b/doc/YubiKey_NEO_PIV_introduction.adoc @@ -48,8 +48,8 @@ The PIN and PUK should be changed as well. puk=`dd if=/dev/random bs=1 count=6 2>/dev/null | hexdump -v -e '/1 "%u"'|cut -c1-8` echo $puk - yubico-piv-tool -k $key -a change-pin -P 123456 -N $pin - yubico-piv-tool -k $key -a change-puk -P 12345678 -N $puk + yubico-piv-tool -a change-pin -P 123456 -N $pin + yubico-piv-tool -a change-puk -P 12345678 -N $puk Other useful commands ---------------------