...

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

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

     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		"issuerCerts": [
    17			"/hierarchy/intermediate-cert-rsa-a.pem",
    18			"/hierarchy/intermediate-cert-rsa-b.pem",
    19			"/hierarchy/intermediate-cert-ecdsa-a.pem"
    20		],
    21		"tls": {
    22			"caCertFile": "test/grpc-creds/minica.pem",
    23			"certFile": "test/grpc-creds/ra.boulder/cert.pem",
    24			"keyFile": "test/grpc-creds/ra.boulder/key.pem"
    25		},
    26		"vaService": {
    27			"serverAddress": "va.service.consul:9092",
    28			"timeout": "20s",
    29			"hostOverride": "va.boulder"
    30		},
    31		"caService": {
    32			"serverAddress": "ca.service.consul:9093",
    33			"timeout": "15s",
    34			"hostOverride": "ca.boulder"
    35		},
    36		"ocspService": {
    37			"serverAddress": "ca.service.consul:9093",
    38			"timeout": "15s",
    39			"hostOverride": "ca.boulder"
    40		},
    41		"publisherService": {
    42			"serverAddress": "publisher.service.consul:9091",
    43			"timeout": "300s",
    44			"hostOverride": "publisher.boulder"
    45		},
    46		"saService": {
    47			"serverAddress": "sa.service.consul:9095",
    48			"timeout": "15s",
    49			"hostOverride": "sa.boulder"
    50		},
    51		"akamaiPurgerService": {
    52			"serverAddress": "akamai-purger.service.consul:9099",
    53			"timeout": "15s",
    54			"hostOverride": "akamai-purger.boulder"
    55		},
    56		"grpc": {
    57			"maxConnectionAge": "30s",
    58			"address": ":9094",
    59			"services": {
    60				"ra.RegistrationAuthority": {
    61					"clientNames": [
    62						"admin-revoker.boulder",
    63						"bad-key-revoker.boulder",
    64						"ocsp-responder.boulder",
    65						"wfe.boulder"
    66					]
    67				},
    68				"grpc.health.v1.Health": {
    69					"clientNames": [
    70						"health-checker.boulder"
    71					]
    72				}
    73			}
    74		},
    75		"features": {
    76			"StoreRevokerInfo": true,
    77			"ROCSPStage7": true
    78		},
    79		"ctLogs": {
    80			"stagger": "500ms",
    81			"logListFile": "test/ct-test-srv/log_list.json",
    82			"sctLogs": [
    83				"A1 Current",
    84				"A1 Future",
    85				"A2 Past",
    86				"A2 Current",
    87				"B1",
    88				"B2",
    89				"C1",
    90				"D1",
    91				"E1"
    92			],
    93			"infoLogs": [
    94				"F1"
    95			],
    96			"finalLogs": [
    97				"A1 Current",
    98				"A1 Future",
    99				"C1",
   100				"F1"
   101			]
   102		}
   103	},
   104	"pa": {
   105		"challenges": {
   106			"http-01": true,
   107			"dns-01": true,
   108			"tls-alpn-01": true
   109		}
   110	},
   111	"syslog": {
   112		"stdoutlevel": 6,
   113		"sysloglevel": 6
   114	}
   115}

View as plain text