From 71076aa6081dd4579a767bb9088dcfaf82066ef9 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Thu, 28 Apr 2022 12:52:38 +0100 Subject: [PATCH] Corrections to help text (NFC) Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 6d7bbff..eb4ee27 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -34,7 +34,7 @@ Here is the list of commands available with a short syntax reminder. Use the build-client-full [ cmd-opts ] build-server-full [ cmd-opts ] revoke [cmd-opts] - revoke-renewed [cmd-opts] + revoke-renewed [cmd-opts] renew [cmd-opts] build-serverClient-full [ cmd-opts ] gen-crl @@ -124,7 +124,7 @@ cmd_help() { certificateHold";; revoke-renewed) text=" revoke-renewed [reason] - Revoke a renewed certificate specified by its old certificate_serial, with an optional + Revoke a renewed certificate specified by the filename_base, with an optional revocation reason that is one of: unspecified keyCompromise @@ -182,6 +182,7 @@ cmd_help() { export-p12 [ cmd-opts ] Export a PKCS#12 file with the keypair specified by " opts=" + nopass - use no password and leave the key unencrypted noca - do not include the ca.crt file in the PKCS12 output nokey - do not include the private key in the PKCS12 output usefn - use as friendly name" ;; @@ -289,7 +290,7 @@ Organizational DN options: (only used with the 'org' DN mode) Deprecated features: ---ns-cert=YESNO : yes or no to including deprecated NS extensions +--ns-cert=YES/NO : yes or no to including deprecated NS extensions --ns-comment=COMMENT : NS comment to include (value may be blank) " } # => opt_usage()