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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user