diff options
Diffstat (limited to 'provider.json')
-rw-r--r-- | provider.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/provider.json b/provider.json index a113bad..8cf6f0a 100644 --- a/provider.json +++ b/provider.json @@ -15,7 +15,15 @@ "default_language": "en", "enrollment_policy": "open", "contacts": { - "default": "sysdev at the leap.se domain" + "default": "sysdev@leap.se" }, - "service_allow_free": true + "service": { + "allow_anonymous": true + }, + "ca": { + "server_certificates": { +// not support by gandi: +// "bit_size": 3248 + } + } } |