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

This commit is contained in:
Tatsuhiro Tsujikawa 2014-05-21 21:28:58 +09:00
parent 896717f5d4
commit 672ad82849
1 changed files with 6 additions and 6 deletions

View File

@ -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>