Merge branch 'TinCanTech-remove-extra-output-lines'
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
commit
b8d0c789e5
@ -1065,7 +1065,7 @@ and initialize a fresh PKI here."
|
|||||||
;;
|
;;
|
||||||
soft)
|
soft)
|
||||||
# There is no unit test for a soft reset
|
# There is no unit test for a soft reset
|
||||||
for i in ca.crt \
|
for i in ca.crt crl.pem \
|
||||||
issued private reqs inline revoked renewed \
|
issued private reqs inline revoked renewed \
|
||||||
serial serial.old index.txt index.txt.old \
|
serial serial.old index.txt index.txt.old \
|
||||||
index.txt.attr index.txt.attr.old \
|
index.txt.attr index.txt.attr.old \
|
||||||
@ -3604,7 +3604,6 @@ This file is stored at:
|
|||||||
|| die "\
|
|| die "\
|
||||||
OpenSSL failure to process the input"
|
OpenSSL failure to process the input"
|
||||||
|
|
||||||
[ "$EASYRSA_SILENT" ] || print # Separate certificate above
|
|
||||||
} # => show()
|
} # => show()
|
||||||
|
|
||||||
# show-ca command backend
|
# show-ca command backend
|
||||||
@ -3636,16 +3635,14 @@ This file is not a valid $type file:
|
|||||||
$in_file"
|
$in_file"
|
||||||
|
|
||||||
notice "
|
notice "
|
||||||
Showing $type details for 'ca'.
|
Showing details for CA certificate, at:
|
||||||
|
* $in_file
|
||||||
This file is stored at:
|
"
|
||||||
* $in_file"
|
|
||||||
|
|
||||||
easyrsa_openssl "$format" -in "$in_file" -noout -text \
|
easyrsa_openssl "$format" -in "$in_file" -noout -text \
|
||||||
-nameopt "$name_opts" -certopt "$out_opts" || die "\
|
-nameopt "$name_opts" -certopt "$out_opts" || die "\
|
||||||
OpenSSL failure to process the input"
|
OpenSSL failure to process the input"
|
||||||
|
|
||||||
[ "$EASYRSA_SILENT" ] || print # Separate certificate above
|
|
||||||
} # => show_ca()
|
} # => show_ca()
|
||||||
|
|
||||||
# Set fixed offset dates
|
# Set fixed offset dates
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user