summaryrefslogtreecommitdiff
path: root/provider_base/services/mx.json
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-04-26 10:08:18 +0200
committerMicah Anderson <micah@leap.se>2013-07-25 13:45:10 -0400
commit02e32f7310a1960f9665f08517368d8fef4ea216 (patch)
treeeebce98ff5467d253fff4dd7c3549e1f6e06290e /provider_base/services/mx.json
parent9c08bdad1cbb5c9c71ef42b99d7ec491ed084269 (diff)
fixed provider_base/services/mx.json syntax
Diffstat (limited to 'provider_base/services/mx.json')
-rw-r--r--provider_base/services/mx.json11
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"
- }
-}