diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-23 16:52:45 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-23 16:52:45 +0000 |
commit | 6a111d01d9ec2f43b2fd0173532a0db101137648 (patch) | |
tree | 90dd040e40d647415bde218b7ff69ec47e51a363 /.rr.yaml | |
parent | 9d7691242efb9f4cf8a2dbfa0a7b305eb68ea875 (diff) | |
parent | 22ac24f47ce95a6f8d5319a2ee52be63adcbeb13 (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.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |