summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-05-23 16:52:45 +0000
committerGitHub <[email protected]>2020-05-23 16:52:45 +0000
commit6a111d01d9ec2f43b2fd0173532a0db101137648 (patch)
tree90dd040e40d647415bde218b7ff69ec47e51a363 /.rr.yaml
parent9d7691242efb9f4cf8a2dbfa0a7b305eb68ea875 (diff)
parent22ac24f47ce95a6f8d5319a2ee52be63adcbeb13 (diff)
Merge #323
323: Add RootCA support r=48d90782 a=48d90782 This PR adds RootCA support by the RR Co-authored-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 8fd42314..ab2bb843 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -48,6 +48,9 @@ http:
# ssl private key
key: server.key
+ # rootCA certificate
+ rootCa: root.crt
+
# HTTP service provides FastCGI as frontend
fcgi:
# FastCGI connection DSN. Supported TCP and Unix sockets.