mirror of
https://github.com/outbackdingo/certificates.git
synced 2026-01-27 10:18:34 +00:00
7 lines
196 B
JSON
7 lines
196 B
JSON
{
|
|
"caPath": "/path/to/intermediate-certificate",
|
|
"caPrivateKeyPath": "/path/to/intermediate-private-key",
|
|
"caPasscode": "very-secure-passcode",
|
|
"listenAddress": "127.0.0.1:9000"
|
|
}
|