certificates/examples/config.json

7 lines
196 B
JSON
Raw Normal View History

2018-10-05 21:48:36 +00:00
{
"caPath": "/path/to/intermediate-certificate",
"caPrivateKeyPath": "/path/to/intermediate-private-key",
"caPasscode": "very-secure-passcode",
"listenAddress": "127.0.0.1:9000"
}