mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-21 04:34:43 +02:00
Merge pull request #7741 from Icinga/bugfix/itl-tcp-sni
CheckCommand ssl: s/-N/--sni/
This commit is contained in:
commit
bc32f756c0
@ -294,7 +294,7 @@ object CheckCommand "ssl" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
"-N" = {
|
"--sni" = {
|
||||||
value = "$ssl_sni$"
|
value = "$ssl_sni$"
|
||||||
description = "Enable SSL/TLS hostname extension support (SNI)"
|
description = "Enable SSL/TLS hostname extension support (SNI)"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user