From f752365ba42241dd3b4cfc2fbe896b23472e2c1b Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 20 May 2023 19:09:13 +0800 Subject: [PATCH] feat: update readme --- yubikey-ca-java/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yubikey-ca-java/README.md b/yubikey-ca-java/README.md index 361f754..7627600 100644 --- a/yubikey-ca-java/README.md +++ b/yubikey-ca-java/README.md @@ -35,7 +35,7 @@ $ java -jar yubikey-ca-java.jar --issue-server-ca \ --sign-slot 89 --subject 'CN=hatter-test' \ --intermediate-ca-id 40 --keypair-type secp256r1 \ --dns-name a.example.com --dns-name b.example.com \ - --pin 123456 \ + --pin ****** \ [--add-to-remote] ``` @@ -45,6 +45,6 @@ $ java -jar yubikey-ca-java.jar --issue-server-ca \ $ java -jar yubikey-ca-java.jar --issue-client-ca \ --sign-slot 89 --subject 'CN=hatter-test' \ --intermediate-ca-id 40 --keypair-type secp256r1 \ - --pin 123456 \ + --pin ****** \ [--add-to-remote] ```