We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64a7edf commit 5c8df7cCopy full SHA for 5c8df7c
docs/https.md
@@ -44,6 +44,13 @@ tls_server_config:
44
# CA certificate for client certificate authentication to the server.
45
[ client_ca_file: <filename> ]
46
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
+
54
# Minimum TLS version that is acceptable.
55
[ min_version: <string> | default = "TLS12" ]
56
0 commit comments