Merge branch 'TinCanTech-gen-crl-minor-improvement'
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
commit
940a94dee9
@ -3108,10 +3108,11 @@ gen_crl() {
|
|||||||
die "gen_crl - easyrsa_mktemp out_file_tmp"
|
die "gen_crl - easyrsa_mktemp out_file_tmp"
|
||||||
|
|
||||||
easyrsa_openssl ca -utf8 -gencrl -out "$out_file_tmp" \
|
easyrsa_openssl ca -utf8 -gencrl -out "$out_file_tmp" \
|
||||||
${EASYRSA_PASSIN:+-passin "$EASYRSA_PASSIN"} || die "\
|
${EASYRSA_CRL_DAYS:+-days "$EASYRSA_CRL_DAYS"} \
|
||||||
CRL Generation failed."
|
${EASYRSA_PASSIN:+-passin "$EASYRSA_PASSIN"} || \
|
||||||
|
die "CRL Generation failed."
|
||||||
|
|
||||||
mv "$out_file_tmp" "$out_file"
|
mv ${EASYRSA_BATCH:+-f} "$out_file_tmp" "$out_file"
|
||||||
|
|
||||||
notice "\
|
notice "\
|
||||||
An updated CRL has been created:
|
An updated CRL has been created:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user