37 lines
707 B
JSON
37 lines
707 B
JSON
{
|
|
"root": "certs/root_ca.crt",
|
|
"federatedRoots": null,
|
|
"crt": "certs/intermediate_ca.crt",
|
|
"key": "secrets/intermediate_ca.key",
|
|
"address": ":32599",
|
|
"insecureAddress": "",
|
|
"dnsNames": [
|
|
"ca.pyrocufflink.blue"
|
|
],
|
|
"ssh": {
|
|
"hostKey": "secrets/ssh_host_ca_key",
|
|
"userKey": "secrets/ssh_user_ca_key"
|
|
},
|
|
"logger": {
|
|
"format": "text"
|
|
},
|
|
"db": {
|
|
"type": "badgerv2",
|
|
"dataSource": "db",
|
|
"badgerFileLoadingMode": ""
|
|
},
|
|
"authority": {
|
|
"enableAdmin": true,
|
|
"provisioners": []
|
|
},
|
|
"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
|
|
}
|
|
}
|