blob: d4153a6c2c781800df0a07e83b54a973f771cb50 (
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
|
#
# General service provider configuration.
#
{
"name": {
"en": "The Rewire Company"
},
"description": {
"en": "A demonstration service provider using the LEAP platform"
},
"languages": ["en"],
"default_language": "en",
"enrollment_policy": "open",
"ca": {
"name": "Rewire Root CA",
"organization": "= global.provider.name[global.provider.default_language]",
"organizational_unit": "= 'https://' + global.common.domain.full_suffix",
"bit_size": 4096,
"server_certificates": {
"bit_size": 3248,
"life_span": "1y"
}
}
}
|