From ae342f3283ad61f8f9af85d182e566351b0caf1f Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Fri, 18 Aug 2023 16:28:04 +0200 Subject: [PATCH] Fix parameter name --- global-templates/commands.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-templates/commands.conf b/global-templates/commands.conf index 3d3b437..9a1e0e1 100644 --- a/global-templates/commands.conf +++ b/global-templates/commands.conf @@ -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" = {