CheckCommand ssl: s/-N/--sni/

This commit is contained in:
Alexander A. Klimov 2020-01-08 10:15:29 +01:00
parent 387c2c8b79
commit 73b9e794d3
1 changed files with 1 additions and 1 deletions

View File

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