From 8e8a11be1d53768114755059d0f33809b25c877a Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 25 Apr 2022 20:01:59 +0100 Subject: [PATCH] Align help text Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 30f897e..9184fa6 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -72,8 +72,8 @@ cmd_help() { init-pki [ cmd-opts ] Removes & re-initializes the PKI dir for a clean PKI" opts=" - hard-reset - Recursively deletes the PKI directory if it exists. - soft-reset - Keeps the vars file and the PKI directory itself intact." ;; + hard-reset - Recursively deletes the PKI directory if it exists. + soft-reset - Keeps the vars file and the PKI directory itself intact." ;; build-ca) text=" build-ca [ cmd-opts ] Creates a new CA" @@ -142,14 +142,14 @@ cmd_help() { Human-readable output is shown, including any requested cert options when showing a request." opts=" - full - show full req/cert info, including pubkey/sig data" ;; + full - show full req/cert info, including pubkey/sig data" ;; show-ca) text=" show-ca [ cmd-opts ] Shows details of the CA cert Human-readable output is shown." opts=" - full - show full cert info, including pubkey/sig data" ;; + full - show full cert info, including pubkey/sig data" ;; import-req) text=" import-req Import a certificate request from a file @@ -164,31 +164,31 @@ cmd_help() { export-p12 [ cmd-opts ] Export a PKCS#12 file with the keypair specified by " opts=" - 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" ;; + 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" ;; export-p7) text=" export-p7 [ cmd-opts ] Export a PKCS#7 file with the pubkey specified by " opts=" - noca - do not include the ca.crt file in the PKCS7 output" ;; + noca - do not include the ca.crt file in the PKCS7 output" ;; export-p8) text=" export-p8 [ cmd-opts ] Export a PKCS#8 file with the private key specified by " opts=" - nopass - do not encrypt the private key (default is encrypted)" ;; + nopass - do not encrypt the private key (default is encrypted)" ;; export-p1) text=" export-p1 [ cmd-opts ] Export a PKCS#1 (RSA format) file with the pubkey specified by " opts=" - nopass - do not encrypt the private key (default is encrypted)" ;; + nopass - do not encrypt the private key (default is encrypted)" ;; set-rsa-pass|set-ec-pass) text=" set-rsa-pass [ cmd-opts ] set-ec-pass [ cmd-opts ] Set a new passphrase on an RSA or EC key for the listed ." opts=" - nopass - use no password and leave the key unencrypted - file - (advanced) treat the file as a raw path, not a short-name" ;; + nopass - use no password and leave the key unencrypted + file - (advanced) treat the file as a raw path, not a short-name" ;; upgrade) text=" upgrade Upgrade EasyRSA PKI and/or CA. must be one of: