...

Text file src/github.com/letsencrypt/boulder/test/config/bad-key-revoker.json

Documentation: github.com/letsencrypt/boulder/test/config

     1{
     2	"BadKeyRevoker": {
     3		"db": {
     4			"dbConnectFile": "test/secrets/badkeyrevoker_dburl",
     5			"maxOpenConns": 10
     6		},
     7		"debugAddr": ":8020",
     8		"tls": {
     9			"caCertFile": "test/grpc-creds/minica.pem",
    10			"certFile": "test/grpc-creds/bad-key-revoker.boulder/cert.pem",
    11			"keyFile": "test/grpc-creds/bad-key-revoker.boulder/key.pem"
    12		},
    13		"raService": {
    14			"serverAddress": "ra.service.consul:9094",
    15			"timeout": "15s",
    16			"hostOverride": "ra.boulder"
    17		},
    18		"mailer": {
    19			"server": "localhost",
    20			"port": "9380",
    21			"username": "cert-manager@example.com",
    22			"from": "bad key revoker <bad-key-revoker@test.org>",
    23			"passwordFile": "test/secrets/smtp_password",
    24			"SMTPTrustedRootFile": "test/mail-test-srv/minica.pem",
    25			"emailSubject": "Certificates you've issued have been revoked due to key compromise",
    26			"emailTemplate": "test/example-bad-key-revoker-template"
    27		},
    28		"maximumRevocations": 15,
    29		"findCertificatesBatchSize": 10,
    30		"interval": "50ms",
    31		"backoffIntervalMax": "2s"
    32	},
    33	"syslog": {
    34		"stdoutlevel": 4,
    35		"sysloglevel": 4
    36	}
    37}

View as plain text