Commit 672ad828 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

nghttpx: Clarify that --npn-list is used in both ALPN and NPN

parent 896717f5
...@@ -646,12 +646,12 @@ SSL/TLS: ...@@ -646,12 +646,12 @@ SSL/TLS:
Path to file that contains DH parameters in PEM Path to file that contains DH parameters in PEM
format. Without this option, DHE cipher suites format. Without this option, DHE cipher suites
are not available. are not available.
--npn-list=<LIST> Comma delimited list of NPN/ALPN protocol sorted --npn-list=<LIST> Comma delimited list of ALPN protocol identifier
in the order of preference. That means most sorted in the order of preference. That means
desirable protocol comes first. The parameter most desirable protocol comes first. This is
must be delimited by a single comma only and any used in both ALPN and NPN. The parameter must be
white spaces are treated as a part of protocol delimited by a single comma only and any white
string. spaces are treated as a part of protocol string.
Default: )" << DEFAULT_NPN_LIST << R"( Default: )" << DEFAULT_NPN_LIST << R"(
--verify-client Require and verify client certificate. --verify-client Require and verify client certificate.
--verify-client-cacert=<PATH> --verify-client-cacert=<PATH>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment