diff options
-rw-r--r-- | provider_base/services/mx.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/provider_base/services/mx.json b/provider_base/services/mx.json index 91ad3277..73bbea83 100644 --- a/provider_base/services/mx.json +++ b/provider_base/services/mx.json @@ -19,3 +19,14 @@ }, "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" + } +} |