diff options
author | varac <varacanero@zeromail.org> | 2013-04-26 10:08:18 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2013-07-09 14:16:59 +0200 |
commit | f242bcefaeae008083c0281f3103b67d31264e4f (patch) | |
tree | 2ee61fce5195c2e67c353fc0585c953bbe528eff /provider_base/services/mx.json | |
parent | bb559881644c8207a7d2791655f535cf9bcd61be (diff) |
fixed provider_base/services/mx.json syntax
Diffstat (limited to 'provider_base/services/mx.json')
-rw-r--r-- | provider_base/services/mx.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json index ab46960d..b15bfbc8 100644 --- a/provider_base/services/mx.json +++ b/provider_base/services/mx.json @@ -18,14 +18,3 @@ "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" - } -} |