From 992fde0930c48832fa5afacac82715faac9c0c80 Mon Sep 17 00:00:00 2001 From: Jeremy Dubois Date: Thu, 14 Apr 2022 15:53:59 +0200 Subject: [PATCH] Precising that the --end-date hour is in UTC +0 --- README.md | 2 +- shellpki | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c786d7..3794863 100644 --- a/README.md +++ b/README.md @@ -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 ~~~ diff --git a/shellpki b/shellpki index 42611ec..5d13986 100755 --- a/shellpki +++ b/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