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:
parent
46d43aabbb
commit
8ebb013339
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user