Precising that the --end-date hour is in UTC +0
This commit is contained in:
parent
6165ccec6c
commit
992fde0930
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ Options
|
|||
-p, --password prompt the user for a password to set on the client key
|
||||
--password-file if provided with a path to a readable file, the first line is read and set as password on the client key
|
||||
--days specify how many days the certificate should be valid
|
||||
--end-date specify until which date the certificate should be valid, in YYYY/MM/DD hh:mm:ss format
|
||||
--end-date specify until which date the certificate should be valid, in YYYY/MM/DD hh:mm:ss format, UTC +0
|
||||
--non-interactive do not prompt the user, and exit if an error occurs
|
||||
--replace-existing if the certificate already exists, revoke it before creating a new one
|
||||
~~~
|
||||
|
|
2
shellpki
2
shellpki
|
@ -76,7 +76,7 @@ Create a client certificate with key and CSR directly generated on server :
|
|||
-p, --password prompt the user for a password to set on the client key
|
||||
--password-file if provided with a path to a readable file, the first line is read and set as password on the client key
|
||||
--days specify how many days the certificate should be valid
|
||||
--end-date specify until which date the certificate should be valid, in "YYYY/MM/DD hh:mm:ss" format
|
||||
--end-date specify until which date the certificate should be valid, in "YYYY/MM/DD hh:mm:ss" format, UTC +0
|
||||
--non-interactive do not prompt the user, and exit if an error occurs
|
||||
--replace-existing if the certificate already exists, revoke it before creating a new one
|
||||
|
||||
|
|
Loading…
Reference in a new issue