docs(schema): Fix typo
This commit is contained in:
parent
c5d97678c5
commit
251192f84c
|
@ -2082,8 +2082,8 @@ server_ssl_opts_schema(Defaults, IsRanchListener) ->
|
||||||
default => D("dhfile"),
|
default => D("dhfile"),
|
||||||
required => false,
|
required => false,
|
||||||
desc =>
|
desc =>
|
||||||
"Path to a file containing PEM-encoded Diffie Hellman parameters\n"
|
"Path to a file containing PEM-encoded Diffie-Hellman parameters\n"
|
||||||
"to be used by the server if a cipher suite using Diffie Hellman\n"
|
"to be used by the server if a cipher suite using Diffie-Hellman\n"
|
||||||
"key exchange is negotiated. If not specified, default parameters\n"
|
"key exchange is negotiated. If not specified, default parameters\n"
|
||||||
"are used.<br>\n"
|
"are used.<br>\n"
|
||||||
"NOTE: The <code>dhfile</code> option is not supported by TLS 1.3."
|
"NOTE: The <code>dhfile</code> option is not supported by TLS 1.3."
|
||||||
|
|
Loading…
Reference in New Issue