Option --keep-tmp: Do not remove sign_req() extentions temp file

The extentions temp-file is part of the session temp-dir and is otherwise
removed by cleanup() on successful completion.

Part-of: #667
Closes: #676

Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
This commit is contained in:
Richard T Bonhomme 2022-09-08 14:11:53 +01:00
parent 46d43aabbb
commit 8ebb013339
No known key found for this signature in database
GPG Key ID: 2D767DB92FB6C246

View File

@ -1762,7 +1762,7 @@ $ext_tmp"
|| die "signing failed (openssl output above may have more detail)"
mv "$crt_out_tmp" "$crt_out"
rm -f "$ext_tmp"
#rm -f "$ext_tmp"
# Success messages
#unset -v EASYRSA_BATCH # This is why batch mode should not silence output