Added ability to configure multiple certificates on a listener.

The certificate is selected by matching the arriving SNI to the common name and
the alternatives names.  If no certificate matches the name, the first bundle in
the array is chosen.
This commit is contained in:
Andrey Suvorov
2021-03-24 13:19:36 -07:00
parent d62192738f
commit d2b0882d89
5 changed files with 525 additions and 69 deletions

View File

@@ -9,6 +9,13 @@
date="" time=""
packager="Andrei Belov <defan@nginx.com>">
<change type="feature">
<para>
support for multiple certificate bundles on a listener via Server Name
Indication (SNI) TLS extension.
</para>
</change>
<change type="feature">
<para>
"--mandir" ./configure option to specify the directory for man page installation.