From 137e1ed52d1ca32f4c68a48d4b78399f1e3e5b12 Mon Sep 17 00:00:00 2001 From: Domenico Francesco Bruscino Date: Mon, 26 Jun 2023 08:57:43 +0200 Subject: [PATCH] ARTEMIS-4333 Document web SNI settings --- docs/user-manual/en/web-server.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/user-manual/en/web-server.md b/docs/user-manual/en/web-server.md index a5a3b68981..4aac369a68 100644 --- a/docs/user-manual/en/web-server.md +++ b/docs/user-manual/en/web-server.md @@ -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: