summaryrefslogtreecommitdiff
path: root/test/provider/provider.json
blob: f7c1df094ccd17b9085a3d5744ab9552f33fae9f (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
//
// General service provider configuration.
//
{
  "domain": "example.org",
  "name": {
    "en": "Example"
  },
  "description": {
    "en": "CI test"
  },
  "languages": ["en"],
  "default_language": "en",
  "enrollment_policy": "open",
  "contacts": {
    "default": "root@localhost"
  },
  "ca": {
    "bit_size": 1024,
    "client_certificates": {
      "bit_size": 1024,
      "life_span": "100 years"
    },
    "life_span": "100 years",
    "server_certificates": {
      "bit_size": 1024,
      "digest": "SHA256",
      "life_span": "100 years"
    }
  }
}