Fixed another issue of missing quotes where renewing would rename files
while moving them if filename contains spaces.
This commit is contained in:
parent
74739844b4
commit
aa925e18fa
@ -1230,7 +1230,7 @@ subjectAltName = $san"
|
||||
|
||||
# renew certificate
|
||||
# shellcheck disable=SC2086
|
||||
build_full $cert_type $1 $opts || die "\
|
||||
build_full $cert_type "$1" $opts || die "\
|
||||
Failed to renew certificate: renew command failed."
|
||||
|
||||
notice "\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user