32 lines
815 B
JSON
32 lines
815 B
JSON
{
|
|
"akamaiPurger": {
|
|
"debugAddr": ":9666",
|
|
"purgeInterval": "1ms",
|
|
"baseURL": "http://localhost:6789",
|
|
"clientToken": "its-a-token",
|
|
"clientSecret": "its-a-secret",
|
|
"accessToken": "idk-how-this-is-different-from-client-token-but-okay",
|
|
"v3Network": "staging",
|
|
"tls": {
|
|
"caCertfile": "test/grpc-creds/minica.pem",
|
|
"certFile": "test/grpc-creds/akamai-purger.boulder/cert.pem",
|
|
"keyFile": "test/grpc-creds/akamai-purger.boulder/key.pem"
|
|
},
|
|
"grpc": {
|
|
"address": ":9099",
|
|
"clientNames": [
|
|
"ra.boulder"
|
|
]
|
|
}
|
|
},
|
|
|
|
"syslog": {
|
|
"stdoutlevel": 6,
|
|
"sysloglevel": 4
|
|
},
|
|
|
|
"common": {
|
|
"issuerCert": "test/test-ca2.pem"
|
|
}
|
|
}
|
|
|