1
0
mirror of https://github.com/Icinga/icinga2.git synced 2025-04-08 17:05:25 +02:00

Merge pull request 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

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