From d0905bd72aa53f1bb85b20b07e2f6356572bf559 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sat, 7 May 2022 10:11:10 +0100 Subject: [PATCH] Add 'show-renew' to help Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index ff738b5..b6c00da 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -46,6 +46,7 @@ Here is the list of commands available with a short syntax reminder. Use the show-crl show-expire show-revoke + show-renew verify import-req export-p1 [ cmd-opts ] @@ -181,6 +182,11 @@ cmd_help() { show-revoke [ cmd-opts ] Shows details of revoked certificates + Human-readable output is shown." ;; + show-renew) text=" + show-renew [ cmd-opts ] + Shows details of renewed certificates, which have not been revoked + Human-readable output is shown." ;; verify) text=" verify