diff --git a/doc/sources/nghttpx-howto.rst b/doc/sources/nghttpx-howto.rst index b387d220..ce142503 100644 --- a/doc/sources/nghttpx-howto.rst +++ b/doc/sources/nghttpx-howto.rst @@ -257,6 +257,12 @@ encryption, use :option:`--tls-ticket-key-memcached-tls` for TLS ticket key, and use :option:`--tls-session-cache-memcached-tls` for TLS session cache. +Specifying additional server certificates +----------------------------------------- + +nghttpx accepts additional server private key and certificate pairs +using :option:`--subcert` option. It can be used multiple times. + Specifying additional CA certificate ------------------------------------