Add a --serial parameter to yubico-piv-tool.

Allows the serial number of self signed certificates to be configured.
This commit is contained in:
Matt Moyer
2016-02-10 17:40:12 -06:00
parent 98f843e7e7
commit f91cf3379a
2 changed files with 5 additions and 3 deletions
+1
View File
@@ -57,6 +57,7 @@ option "subject" S "The subject to use for certificate request" string optional
text "
The subject must be written as:
/CN=host.example.com/OU=test/O=example.com/\n"
option "serial" - "Serial number of the self-signed certificate" int optional default="1"
option "valid-days" - "Time (in days) until the self-signed certificate expires" int optional default="365"
option "pin" P "Pin/puk code for verification" string optional
option "new-pin" N "New pin/puk code for changing" string optional dependon="pin"