diff options
author | Andrey Suvorov <a.suvorov@f5.com> | 2021-03-24 13:19:36 -0700 |
---|---|---|
committer | Andrey Suvorov <a.suvorov@f5.com> | 2021-03-24 13:19:36 -0700 |
commit | d2b0882d89f29fea84b457e0709b6980c8a30a57 (patch) | |
tree | 5bf41ab489a5866cfcb28ea35d36623110079d53 /docs/changes.xml | |
parent | d62192738f2db9e22e1357daa7b7dccdce3c783f (diff) | |
download | unit-d2b0882d89f29fea84b457e0709b6980c8a30a57.tar.gz unit-d2b0882d89f29fea84b457e0709b6980c8a30a57.tar.bz2 |
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.
Diffstat (limited to '')
-rw-r--r-- | docs/changes.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/changes.xml b/docs/changes.xml index 009866bb..cca6bbc4 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -11,6 +11,13 @@ <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. </para> </change> |