summaryrefslogtreecommitdiff
path: root/pages/provider.json
blob: 75224dc8bdf2b604667d45373b06f6f8c17f41ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "api_uri": "https://api.user.leap.se:4430",
  "api_version": "1",
  "ca_cert_fingerprint": "SHA256: c42c35a7ba6cc2a90ab20d7bc40329d47d69911a749844099d334a28af16d842",
  "ca_cert_uri": "https://leap.se/ca.crt",
  "default_language": "en",
  "description": {
    "en": "LEAP Encryption Access Project"
  },
  "domain": "leap.se",
  "enrollment_policy": "invite",
  "languages": [
    "en"
  ],
  "name": {
    "en": "LEAP Encryption Access Project"
  },
  "service": {
    "allow_anonymous": false,
    "allow_free": true,
    "allow_limited_bandwidth": false,
    "allow_paid": false,
    "allow_registration": true,
    "allow_unlimited_bandwidth": true,
    "bandwidth_limit": 102400,
    "default_service_level": 1,
    "levels": {
      "1": {
        "description": "Please donate.",
        "name": "free"
      }
    }
  },
  "services": [
    "mx"
  ]
}