boulder/test/config/bad-key-revoker.json

41 lines
1.3 KiB
JSON

{
"BadKeyRevoker": {
"db": {
"dbConnectFile": "test/secrets/badkeyrevoker_dburl",
"maxOpenConns": 10
},
"debugAddr": ":8020",
"tls": {
"caCertFile": "test/grpc-creds/minica.pem",
"certFile": "test/grpc-creds/bad-key-revoker.boulder/cert.pem",
"keyFile": "test/grpc-creds/bad-key-revoker.boulder/key.pem"
},
"raService": {
"serverAddress": "ra.boulder:9094",
"timeout": "15s"
},
"mailer": {
"server": "localhost",
"port": "9380",
"username": "cert-manager@example.com",
"from": "bad key revoker <bad-key-revoker@test.org>",
"passwordFile": "test/secrets/smtp_password",
"SMTPTrustedRootFile": "test/mail-test-srv/minica.pem",
"emailSubject": "Certificates you've issued have been revoked due to key compromise",
"emailTemplate": "test/example-bad-key-revoker-template"
},
"maximumRevocations": 15,
"findCertificatesBatchSize": 10,
"interval": "1s",
"backoffIntervalMax": "2s"
},
"syslog": {
"stdoutlevel": 4,
"sysloglevel": 4
},
"beeline": {
"mute": true,
"dataset": "Test"
}
}