...

Text file src/github.com/letsencrypt/boulder/test/config-next/ra.json

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

     1{
     2	"ra": {
     3		"rateLimitPoliciesFilename": "test/rate-limit-policies.yml",
     4		"maxContactsPerRegistration": 3,
     5		"debugAddr": ":8002",
     6		"hostnamePolicyFile": "test/hostname-policy.yaml",
     7		"maxNames": 100,
     8		"authorizationLifetimeDays": 30,
     9		"pendingAuthorizationLifetimeDays": 7,
    10		"goodkey": {
    11			"weakKeyFile": "test/example-weak-keys.json",
    12			"blockedKeyFile": "test/example-blocked-keys.yaml",
    13			"fermatRounds": 100
    14		},
    15		"orderLifetime": "168h",
    16		"finalizeTimeout": "30s",
    17		"issuerCerts": [
    18			"/hierarchy/intermediate-cert-rsa-a.pem",
    19			"/hierarchy/intermediate-cert-rsa-b.pem",
    20			"/hierarchy/intermediate-cert-ecdsa-a.pem"
    21		],
    22		"tls": {
    23			"caCertFile": "test/grpc-creds/minica.pem",
    24			"certFile": "test/grpc-creds/ra.boulder/cert.pem",
    25			"keyFile": "test/grpc-creds/ra.boulder/key.pem"
    26		},
    27		"vaService": {
    28			"dnsAuthority": "consul.service.consul",
    29			"srvLookup": {
    30				"service": "va",
    31				"domain": "service.consul"
    32			},
    33			"timeout": "20s",
    34			"noWaitForReady": true,
    35			"hostOverride": "va.boulder"
    36		},
    37		"caService": {
    38			"dnsAuthority": "consul.service.consul",
    39			"srvLookup": {
    40				"service": "ca",
    41				"domain": "service.consul"
    42			},
    43			"timeout": "15s",
    44			"noWaitForReady": true,
    45			"hostOverride": "ca.boulder"
    46		},
    47		"ocspService": {
    48			"dnsAuthority": "consul.service.consul",
    49			"srvLookup": {
    50				"service": "ca",
    51				"domain": "service.consul"
    52			},
    53			"timeout": "15s",
    54			"noWaitForReady": true,
    55			"hostOverride": "ca.boulder"
    56		},
    57		"publisherService": {
    58			"dnsAuthority": "consul.service.consul",
    59			"srvLookup": {
    60				"service": "publisher",
    61				"domain": "service.consul"
    62			},
    63			"timeout": "300s",
    64			"noWaitForReady": true,
    65			"hostOverride": "publisher.boulder"
    66		},
    67		"saService": {
    68			"dnsAuthority": "consul.service.consul",
    69			"srvLookup": {
    70				"service": "sa",
    71				"domain": "service.consul"
    72			},
    73			"timeout": "15s",
    74			"noWaitForReady": true,
    75			"hostOverride": "sa.boulder"
    76		},
    77		"akamaiPurgerService": {
    78			"dnsAuthority": "consul.service.consul",
    79			"srvLookup": {
    80				"service": "akamai-purger",
    81				"domain": "service.consul"
    82			},
    83			"timeout": "15s",
    84			"noWaitForReady": true,
    85			"hostOverride": "akamai-purger.boulder"
    86		},
    87		"grpc": {
    88			"maxConnectionAge": "30s",
    89			"address": ":9094",
    90			"services": {
    91				"ra.RegistrationAuthority": {
    92					"clientNames": [
    93						"admin-revoker.boulder",
    94						"bad-key-revoker.boulder",
    95						"ocsp-responder.boulder",
    96						"wfe.boulder"
    97					]
    98				},
    99				"grpc.health.v1.Health": {
   100					"clientNames": [
   101						"health-checker.boulder"
   102					]
   103				}
   104			}
   105		},
   106		"features": {
   107			"StoreRevokerInfo": true,
   108			"AsyncFinalize": true,
   109			"RequireCommonName": false
   110		},
   111		"ctLogs": {
   112			"stagger": "500ms",
   113			"logListFile": "test/ct-test-srv/log_list.json",
   114			"sctLogs": [
   115				"A1 Current",
   116				"A1 Future",
   117				"A2 Past",
   118				"A2 Current",
   119				"B1",
   120				"B2",
   121				"C1",
   122				"D1",
   123				"E1"
   124			],
   125			"infoLogs": [
   126				"F1"
   127			],
   128			"finalLogs": [
   129				"A1 Current",
   130				"A1 Future",
   131				"C1",
   132				"F1"
   133			]
   134		}
   135	},
   136	"pa": {
   137		"challenges": {
   138			"http-01": true,
   139			"dns-01": true,
   140			"tls-alpn-01": true
   141		}
   142	},
   143	"syslog": {
   144		"stdoutlevel": 6,
   145		"sysloglevel": 6
   146	},
   147	"openTelemetry": {
   148		"endpoint": "bjaeger:4317",
   149		"sampleratio": 1
   150	}
   151}

View as plain text