-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSampleConfig.json
More file actions
72 lines (72 loc) · 2.01 KB
/
SampleConfig.json
File metadata and controls
72 lines (72 loc) · 2.01 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"Security": {
"KEYFACTOR\\administrator": {
"READ": "Allow",
"ENROLL": "Allow",
"OFFICER": "Allow",
"ADMINISTRATOR": "Allow"
},
"KEYFACTOR\\SVC_AppPool": {
"READ": "Allow",
"ENROLL": "Allow",
"OFFICER": "Allow",
"ADMINISTRATOR": "Allow"
},
"KEYFACTOR\\SVC_TimerService": {
"READ": "Allow",
"ENROLL": "Allow",
"OFFICER": "Allow",
"ADMINISTRATOR": "Allow"
}
},
"CAConnection": {
"CscGlobalURL": "https://apis-ote.cscglobal.com/dbs/api/v2",
"ApiKey": "SomeApiKeyFromCsc",
"BearerToken": "SomePasswordFromCsc",
"TemplateSync": "On"
},
"Templates": {
"CSC TrustedSecure Premium Certificate": {
"ProductID": "CSC TrustedSecure Premium Certificate",
"Parameters": {}
},
"CSC TrustedSecure EV Certificate": {
"ProductID": "CSC TrustedSecure EV Certificate",
"Parameters": {}
},
"CSC TrustedSecure UC Certificate": {
"ProductID": "CSC TrustedSecure UC Certificate",
"Parameters": {}
},
"CSC TrustedSecure Premium Wildcard Certificate": {
"ProductID": "CSC TrustedSecure Premium Wildcard Certificate",
"Parameters": {}
},
"CSC TrustedSecure Domain Validated SSL": {
"ProductID": "CSC TrustedSecure Domain Validated SSL",
"Parameters": {}
},
"CSC TrustedSecure Domain Validated Wildcard SSL": {
"ProductID": "CSC TrustedSecure Domain Validated Wildcard SSL",
"Parameters": {}
},
"CSC TrustedSecure Domain Validated UC Certificate": {
"ProductID": "CSC TrustedSecure Domain Validated UC Certificate",
"Parameters": {}
}
},
"CertificateManagers": null,
"GatewayRegistration": {
"LogicalName": "CscGlobalGateway",
"GatewayCertificate": {
"StoreName": "CA",
"StoreLocation": "LocalMachine",
"Thumbprint": "525c47fb3a5e0655fbd4be963ca1e94d5fecb43d"
}
},
"ServiceSettings": {
"ViewIdleMinutes": 1,
"FullScanPeriodHours": 1,
"PartialScanPeriodMinutes": 1
}
}