fixed renew filename confusion
fixed missing quotes leading to filename inconsistency in renew subcommand.
This commit is contained in:
parent
41a6bc6845
commit
6c5753348d
@ -1229,7 +1229,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