mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-11 07:11:00 +00:00
17 lines
603 B
JSON
17 lines
603 B
JSON
{
|
|
"address": "127.0.0.1:9000",
|
|
"dnsNames": "ca.smallstep.com",
|
|
"root": "/Users/max/src/github.com/smallstep/step/.step/secrets/root_ca.crt",
|
|
"crt": "/Users/max/src/github.com/smallstep/step/.step/secrets/intermediate_ca.crt",
|
|
"key": "/Users/max/src/github.com/smallstep/step/.step/secrets/intermediate_ca_key",
|
|
"password": "pass",
|
|
"monitoring": {
|
|
"newrelic": {
|
|
"key": "57e1214ddccf694de9eef9aefdec538b6425cbbb",
|
|
"name": "step-foo"
|
|
}
|
|
},
|
|
"ottPublicKey": "/Users/max/src/github.com/smallstep/step/.step/secrets/ott_key.public"
|
|
}
|
|
|