certificates/config.json
2018-10-05 21:48:36 +00:00

16 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"
}