docs(schema): Fix typo

This commit is contained in:
ieQu1 2022-04-05 09:54:06 +02:00
parent c5d97678c5
commit 251192f84c
1 changed files with 2 additions and 2 deletions

View File

@ -2082,8 +2082,8 @@ server_ssl_opts_schema(Defaults, IsRanchListener) ->
default => D("dhfile"),
required => false,
desc =>
"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"
"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"
"key exchange is negotiated. If not specified, default parameters\n"
"are used.<br>\n"
"NOTE: The <code>dhfile</code> option is not supported by TLS 1.3."