Minor improvements to help for cmd:'set-pass' and opt:'--no-pass'
Squashed commit of the following:
commit 4f142baa04227963f291948dcbe2cb08e6ac6cd1
Merge: 0ee7a6d bcc71d6
Author: Richard T Bonhomme <tincantech@protonmail.com>
Date: Mon Nov 21 20:23:22 2022 +0000
Merge branch 'doc-set-pass' of ssh://github.com/TinCanTech/easy-rsa into TinCanTech-doc-set-pass
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
commit bcc71d6c7e0d7bfe1d628cadc13689eb32fd4c8d
Author: Richard T Bonhomme <tincantech@protonmail.com>
Date: Mon Nov 21 15:14:27 2022 +0000
Minor improvements to help for cmd:'set-pass' and opt:'--no-pass'
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
parent
0ee7a6d75e
commit
f8a5f46f1d
@ -55,9 +55,13 @@ Here is the list of commands available with a short syntax reminder. Use the
|
|||||||
export-p7 <file_name_base> [ cmd-opts ]
|
export-p7 <file_name_base> [ cmd-opts ]
|
||||||
export-p8 <file_name_base> [ cmd-opts ]
|
export-p8 <file_name_base> [ cmd-opts ]
|
||||||
export-p12 <file_name_base> [ cmd-opts ]
|
export-p12 <file_name_base> [ cmd-opts ]
|
||||||
|
set-pass <file_name_base> [ cmd-opts ]
|
||||||
|
upgrade <type>
|
||||||
|
|
||||||
|
Deprecated commands:
|
||||||
set-rsa-pass <file_name_base> [ cmd-opts ]
|
set-rsa-pass <file_name_base> [ cmd-opts ]
|
||||||
set-ec-pass <file_name_base> [ cmd-opts ]
|
set-ec-pass <file_name_base> [ cmd-opts ]
|
||||||
upgrade <type>
|
set-ed-pass <file_name_base> [ cmd-opts ]
|
||||||
"
|
"
|
||||||
|
|
||||||
# collect/show dir status:
|
# collect/show dir status:
|
||||||
@ -99,6 +103,7 @@ cmd_help() {
|
|||||||
|
|
||||||
opts="
|
opts="
|
||||||
* nopass - do not encrypt the CA key (default is encrypted)
|
* nopass - do not encrypt the CA key (default is encrypted)
|
||||||
|
Equivalent to global option '--nopass|--no-pass'
|
||||||
* subca - create an intermediate CA keypair and request
|
* subca - create an intermediate CA keypair and request
|
||||||
(default is a root CA)
|
(default is a root CA)
|
||||||
* intca - alias to the above"
|
* intca - alias to the above"
|
||||||
@ -118,8 +123,9 @@ cmd_help() {
|
|||||||
This request is suitable for sending to a remote CA for signing."
|
This request is suitable for sending to a remote CA for signing."
|
||||||
|
|
||||||
opts="
|
opts="
|
||||||
* text - Include certificate text in request
|
* nopass - do not encrypt the private key (default is encrypted)
|
||||||
* nopass - do not encrypt the private key (default is encrypted)"
|
Equivalent to global option '--nopass|--no-pass'
|
||||||
|
* text - Include certificate text in request"
|
||||||
;;
|
;;
|
||||||
sign|sign-req)
|
sign|sign-req)
|
||||||
text="
|
text="
|
||||||
@ -144,6 +150,7 @@ cmd_help() {
|
|||||||
|
|
||||||
opts="
|
opts="
|
||||||
* nopass - do not encrypt the private key (default is encrypted)
|
* nopass - do not encrypt the private key (default is encrypted)
|
||||||
|
Equivalent to global option '--nopass|--no-pass'
|
||||||
* inline - create an inline credentials file for this node"
|
* inline - create an inline credentials file for this node"
|
||||||
;;
|
;;
|
||||||
revoke)
|
revoke)
|
||||||
@ -181,7 +188,8 @@ cmd_help() {
|
|||||||
Rebuild a certificate and key specified by <file_name_base>"
|
Rebuild a certificate and key specified by <file_name_base>"
|
||||||
|
|
||||||
opts="
|
opts="
|
||||||
* nopass - do not encrypt the private key (default is encrypted)"
|
* nopass - do not encrypt the private key (default is encrypted)
|
||||||
|
Equivalent to global option '--nopass|--no-pass'"
|
||||||
;;
|
;;
|
||||||
renew)
|
renew)
|
||||||
text="
|
text="
|
||||||
@ -340,11 +348,14 @@ cmd_help() {
|
|||||||
set-pass|set-ed-pass|set-rsa-pass|set-ec-pass)
|
set-pass|set-ed-pass|set-rsa-pass|set-ec-pass)
|
||||||
text="
|
text="
|
||||||
* set-pass <file_name_base> [ cmd-opts ]
|
* set-pass <file_name_base> [ cmd-opts ]
|
||||||
* set-rsa-pass <file_name_base> [ cmd-opts ] (Deprecated)
|
|
||||||
* set-ec-pass <file_name_base> [ cmd-opts ] (Deprecated)
|
|
||||||
* set-ed-pass <file_name_base> [ cmd-opts ] (Deprecated)
|
|
||||||
|
|
||||||
Set a new passphrase for the private key specified by <file_name_base>"
|
Set a new passphrase for the private key specified by <file_name_base>
|
||||||
|
|
||||||
|
NOTE: 'set-pass' replaces the following deprecated commands:
|
||||||
|
|
||||||
|
* set-rsa-pass <file_name_base> [ cmd-opts ]
|
||||||
|
* set-ec-pass <file_name_base> [ cmd-opts ]
|
||||||
|
* set-ed-pass <file_name_base> [ cmd-opts ]"
|
||||||
|
|
||||||
opts="
|
opts="
|
||||||
* nopass - use no password and leave the key unencrypted
|
* nopass - use no password and leave the key unencrypted
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user