Fixes export-p8 command help text

This commit is contained in:
Nikolaos Kakouros 2022-04-07 11:51:14 +00:00
parent 73aac163f8
commit 21ddca1af9

View File

@ -175,7 +175,7 @@ cmd_help() {
export-p8 <filename_base> [ cmd-opts ] export-p8 <filename_base> [ cmd-opts ]
Export a PKCS#8 file with the private key specified by <filename_base>" Export a PKCS#8 file with the private key specified by <filename_base>"
opts=" opts="
noca - do not include the ca.crt file in the PKCS7 output" ;; nopass - use or expect unencrypted private key" ;;
export-p1) text=" export-p1) text="
export-p1 <filename_base> [ cmd-opts ] export-p1 <filename_base> [ cmd-opts ]
Export a PKCS#1 (RSA format) file with the pubkey specified by <filename_base>" Export a PKCS#1 (RSA format) file with the pubkey specified by <filename_base>"