Rename -set-serial command to req
Previous OpenSSL versions used -set_serial, but master was using -set-serial - so rename it back to the old version. RT#4059 Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
a0a82324f9
commit
1dce6c3f9e
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ OPTIONS req_options[] = {
|
|||
{"multivalue-rdn", OPT_MULTIVALUE_RDN, '-',
|
||||
"Enable support for multivalued RDNs"},
|
||||
{"days", OPT_DAYS, 'p', "Number of days cert is valid for"},
|
||||
{"set-serial", OPT_SET_SERIAL, 'p', "Serial number to use"},
|
||||
{"set_serial", OPT_SET_SERIAL, 'p', "Serial number to use"},
|
||||
{"extensions", OPT_EXTENSIONS, 's',
|
||||
"Cert extension section (override value in config file)"},
|
||||
{"reqexts", OPT_REQEXTS, 's',
|
||||
|
|
Loading…
Reference in a new issue