Add 'show-renew' to help

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-05-07 10:11:10 +01:00
parent 06078cad43
commit d0905bd72a
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -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 <filename_base>
import-req <request_file_path> <short_basename>
export-p1 <filename_base> [ 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 <filename_base>