Fix parameter name
This commit is contained in:
parent
f4b66aa9e4
commit
ae342f3283
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ object CheckCommand "custom_ca_cert" {
|
||||||
description = "Ignore the certificate maximum validity"
|
description = "Ignore the certificate maximum validity"
|
||||||
}
|
}
|
||||||
"--allow-empty-san" = {
|
"--allow-empty-san" = {
|
||||||
set_if = "$ssl_allow_empty_san$"
|
set_if = "$ssl_cert_allow_empty_san$"
|
||||||
description = "Allow certificates without Subject Alternative Names (SANs)"
|
description = "Allow certificates without Subject Alternative Names (SANs)"
|
||||||
}
|
}
|
||||||
"-w" = {
|
"-w" = {
|
||||||
|
|
Loading…
Reference in a new issue