Merge pull request #7741 from Icinga/bugfix/itl-tcp-sni

CheckCommand ssl: s/-N/--sni/
This commit is contained in:
Michael Friedrich 2020-01-08 13:17:48 +01:00 committed by GitHub
commit bc32f756c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -294,7 +294,7 @@ object CheckCommand "ssl" {
}
}
}}
"-N" = {
"--sni" = {
value = "$ssl_sni$"
description = "Enable SSL/TLS hostname extension support (SNI)"
}