Fix parameter name

This commit is contained in:
Jan Dittberner 2023-08-18 16:28:04 +02:00
parent f4b66aa9e4
commit ae342f3283

View file

@ -24,7 +24,7 @@ object CheckCommand "custom_ca_cert" {
description = "Ignore the certificate maximum validity"
}
"--allow-empty-san" = {
set_if = "$ssl_allow_empty_san$"
set_if = "$ssl_cert_allow_empty_san$"
description = "Allow certificates without Subject Alternative Names (SANs)"
}
"-w" = {