Skip to content

Commit

Permalink
Merge branch 'TinCanTech-remove-extra-output-lines'
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Feb 4, 2023
2 parents 043ee3e + 4ad288e commit b8d0c78
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ and initialize a fresh PKI here."
;;
soft)
# 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 \
serial serial.old index.txt index.txt.old \
index.txt.attr index.txt.attr.old \
Expand Down Expand Up @@ -3604,7 +3604,6 @@ This file is stored at:
|| die "\
OpenSSL failure to process the input"

[ "$EASYRSA_SILENT" ] || print # Separate certificate above
} # => show()

# show-ca command backend
Expand Down Expand Up @@ -3636,16 +3635,14 @@ This file is not a valid $type file:
$in_file"

notice "
Showing $type details for 'ca'.

This file is stored at:
* $in_file"
Showing details for CA certificate, at:
* $in_file
"

easyrsa_openssl "$format" -in "$in_file" -noout -text \
-nameopt "$name_opts" -certopt "$out_opts" || die "\
OpenSSL failure to process the input"

[ "$EASYRSA_SILENT" ] || print # Separate certificate above
} # => show_ca()

# Set fixed offset dates
Expand Down

0 comments on commit b8d0c78

Please sign in to comment.