summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-04-17 16:01:19 -0400
committervarac <varacanero@zeromail.org>2013-07-09 14:16:59 +0200
commit9159f1e023e0f38bb9b8bdcfb69f77823184f6ec (patch)
treefb996d5478165a846b124a4c5ce8124cc860373c
parent997ab7fb2303da86ee27cb781ba6b74d4a2e89a6 (diff)
initial mx couchdb stunnel configuration
-rw-r--r--provider_base/services/mx.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json
index b15bfbc8..ab46960d 100644
--- a/provider_base/services/mx.json
+++ b/provider_base/services/mx.json
@@ -18,3 +18,14 @@
"commercial_ca_cert": "= try_file :commercial_ca_cert"
}
}
+ },
+ "x509": {
+ "use": true,
+ "ca_cert": "= file :ca_cert, :missing => 'provider CA. Run `leap cert ca`'",
+ "client_ca_cert": "= file_path :client_ca_cert",
+ "client_ca_key": "= file_path :client_ca_key",
+ "commercial_cert": "= file [:commercial_cert, domain.full_suffix]",
+ "commercial_key": "= file [:commercial_key, domain.full_suffix]",
+ "commercial_ca_cert": "= try_file :commercial_ca_cert"
+ }
+}