...

Text file src/github.com/letsencrypt/boulder/test/config/akamai-purger.json

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

     1{
     2	"akamaiPurger": {
     3		"debugAddr": ":9666",
     4		"purgeRetries": 10,
     5		"purgeRetryBackoff": "50ms",
     6		"baseURL": "http://localhost:6789",
     7		"clientToken": "its-a-token",
     8		"clientSecret": "its-a-secret",
     9		"accessToken": "idk-how-this-is-different-from-client-token-but-okay",
    10		"v3Network": "staging",
    11		"tls": {
    12			"caCertfile": "test/grpc-creds/minica.pem",
    13			"certFile": "test/grpc-creds/akamai-purger.boulder/cert.pem",
    14			"keyFile": "test/grpc-creds/akamai-purger.boulder/key.pem"
    15		},
    16		"grpc": {
    17			"address": ":9099",
    18			"maxConnectionAge": "30s",
    19			"services": {
    20				"akamai.AkamaiPurger": {
    21					"clientNames": [
    22						"ra.boulder"
    23					]
    24				},
    25				"grpc.health.v1.Health": {
    26					"clientNames": [
    27						"health-checker.boulder"
    28					]
    29				}
    30			}
    31		}
    32	},
    33	"syslog": {
    34		"stdoutlevel": 6,
    35		"sysloglevel": 6
    36	}
    37}

View as plain text