boulder/test/load-generator/example-config.json

22 lines
521 B
JSON

{
"plan": {
"actions": [
"newRegistration",
"newAuthorization",
"solveHTTPOne",
"newCertificate"
],
"rate": 5,
"runtime": "5m",
"rateDelta": "5/1m"
},
"apiBase": "http://localhost:4000",
"domainBase": "com",
"httpOneAddr": "localhost:5002",
"tlsOneAddr": "localhost:5001",
"regKeySize": 2048,
"certKeySize": 2048,
"regEmail": "loadtesting@letsencrypt.org",
"results": "example-latency.json"
}