...

Text file src/github.com/letsencrypt/boulder/test/config/rocsp-tool.json

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

     1{
     2	"rocspTool": {
     3		"debugAddr": ":9101",
     4		"redis": {
     5			"username": "rocsp-tool",
     6			"passwordFile": "test/secrets/rocsp_tool_password",
     7			"shardAddrs": {
     8				"shard1": "10.33.33.2:4218",
     9				"shard2": "10.33.33.3:4218"
    10			},
    11			"timeout": "5s",
    12			"tls": {
    13				"caCertFile": "test/redis-tls/minica.pem",
    14				"certFile": "test/redis-tls/boulder/cert.pem",
    15				"keyFile": "test/redis-tls/boulder/key.pem"
    16			}
    17		}
    18	},
    19	"syslog": {
    20		"stdoutlevel": 6,
    21		"sysloglevel": 6
    22	}
    23}

View as plain text