ARTEMIS-4333 Document web SNI settings

This commit is contained in:
Domenico Francesco Bruscino 2023-06-26 08:57:43 +02:00 committed by Robbie Gemmell
parent 57602a94ff
commit 137e1ed52d
1 changed files with 5 additions and 0 deletions

View File

@ -60,6 +60,11 @@ attributes:
Only applicable when using `https`.
- `excludedCipherSuites` A comma seperated list of excluded cipher suites.
Only applicable when using `https`.
- `sniHostCheck` Whether or not the SNI Host name in the client request must
match the common name or the subject alternative names in the server
certificate. Default is `true`. Only applicable when using `https`.
- `sniRequired` Whether or not the client request must include an SNI Host
name. Default is `false`. Only applicable when using `https`.
Each web application should be defined in an `app` element inside an `binding` element.
The `app` element has the following attributes: