summaryrefslogtreecommitdiff
path: root/provider_base
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:50:53 -0400
commit28e4abe1b1032746cf63616a6e7a1f43860061c4 (patch)
treeae4d8b7c8476a457ef3d15ffdcc9218c333835db /provider_base
parentc601ad1021dabc0301097f7c32123c44fc06ca75 (diff)
fixed provider_base/services/mx.json syntax
Diffstat (limited to 'provider_base')
-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 73bbea83..91ad3277 100644
--- a/provider_base/services/mx.json
+++ b/provider_base/services/mx.json
@@ -19,14 +19,3 @@
},
"service_type": "user_service"
}
- },
- "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"
- }
-}