File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 22
33* [ CHANGE] ...
44* [ FEATURE] ...
5- * [ ENHANCEMENT] ...
5+ * [ ENHANCEMENT] Add documentation for ` client_allowed_sans ` . # 4564
66* [ BUGFIX] ...
77
88## 0.29.0 / 2025-11-01
Original file line number Diff line number Diff line change @@ -44,6 +44,13 @@ tls_server_config:
4444 # CA certificate for client certificate authentication to the server.
4545 [ client_ca_file: <filename> ]
4646
47+ # Verify that the client certificate has a Subject Alternate Name (SAN)
48+ # which is an exact match to an entry in this list, else terminate the
49+ # connection. SAN match can be one or multiple of the following: DNS,
50+ # IP, e-mail, or URI address from https://pkg.go.dev/crypto/x509#Certificate.
51+ [ client_allowed_sans:
52+ [ - <string> ] ]
53+
4754 # Minimum TLS version that is acceptable.
4855 [ min_version: <string> | default = "TLS12" ]
4956
You can’t perform that action at this time.
0 commit comments