-
Notifications
You must be signed in to change notification settings - Fork 0
/
ca.json
36 lines (36 loc) · 913 Bytes
/
ca.json
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
{
"root": "/home/spiderunderurbed/ansible/step-ca/certs/root_ca.crt",
"federatedRoots": null,
"crt": "/home/spiderunderurbed/ansible/step-ca/certs/intermediate_ca.crt",
"key": "/home/spiderunderurbed/ansible/step-ca/certs/intermediate_ca.key",
"address": ":9001",
"insecureAddress": "9002",
"dnsNames": [
"localhost"
],
"logger": {
"format": "text",
"level": "info",
"output": "/home/spiderunderurbed/ansible/step-ca/logs/ca.log"
},
"authority": {
"provisioners": [
],
"template": {},
"backdate": "59m0s",
"certificate": {
"defaultDuration": "8760h0m0s"
}
},
"tls": {
"cipherSuites": [
"TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256",
"TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
],
"minVersion": 1.2,
"maxVersion": 1.3,
"renegotiation": false
},
"password": "[Redacted]",
"commonName": "Step Online CA"
}