summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2022-05-19 11:01:50 +0200
committerValery Piashchynski <[email protected]>2022-05-19 11:01:50 +0200
commitd62ca6f70ce8eeef9f6f2eefd72ca185ee6930b7 (patch)
tree9ecca36e24bee4ed440fc788e0a8c626bc4e75e1 /.rr.yaml
parent3d5ed51a3c3c63f262dad9301d2eaf53364e1368 (diff)
update .rr.yaml and schema
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/.rr.yaml b/.rr.yaml
index b6c84119..d797e4ce 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -800,9 +800,14 @@ http:
# Path to the root certificate authority file.
#
- # This option is optional.
+ # This option is optional (required for the mTLS).
root_ca: /ssl/root.crt
+ # Client auth type (mTLS)
+ #
+ # This option is optional. Default value: no_client_certs. Possible values: request_client_cert, require_any_client_cert, verify_client_cert_if_given, require_and_verify_client_cert, no_client_certs
+ client_auth_type: no_client_certs
+
# FastCGI frontend support.
fcgi:
# FastCGI connection DSN. Supported TCP and Unix sockets. An empty value disables this.