Add 'show-renew' to help
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
06078cad43
commit
d0905bd72a
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user