From 73b9e794d3e3c23addebc0111425d95d0b364312 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Wed, 8 Jan 2020 10:15:29 +0100 Subject: [PATCH] CheckCommand ssl: s/-N/--sni/ --- itl/command-plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itl/command-plugins.conf b/itl/command-plugins.conf index c3f7ffe1f..c0cc528b0 100644 --- a/itl/command-plugins.conf +++ b/itl/command-plugins.conf @@ -294,7 +294,7 @@ object CheckCommand "ssl" { } } }} - "-N" = { + "--sni" = { value = "$ssl_sni$" description = "Enable SSL/TLS hostname extension support (SNI)" }