Commit 58b8dfad authored by Neil's avatar Neil
Browse files

Merge pull request #29 from tombii/patch-1

FORCE=1 then we also need to regenerate the CSR
parents 2bd7774b 5248c517
......@@ -110,7 +110,7 @@ createCSR() {
domainlist=$2
if [ -f "$CSR_PATH" ] && [ "$IS_RENEW" ]; then
if [ -f "$CSR_PATH" ] && [ "$IS_RENEW" ] && ! [ "$FORCE" ]; then
_info "CSR exists, skip"
return
fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment