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
|
# renew certificate
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
build_full $cert_type $1 $opts || die "\
|
build_full $cert_type "$1" $opts || die "\
|
||||||
Failed to renew certificate: renew command failed."
|
Failed to renew certificate: renew command failed."
|
||||||
|
|
||||||
notice "\
|
notice "\
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user