mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
26 lines
637 B
JSON
26 lines
637 B
JSON
{
|
|
"plan": {
|
|
"actions": [
|
|
"newAccount",
|
|
"newOrder",
|
|
"fulfillOrder",
|
|
"finalizeOrder"
|
|
],
|
|
"rate": 10,
|
|
"runtime": "10s",
|
|
"rateDelta": "1/10s"
|
|
},
|
|
"directoryURL": "https://localhost:14000/dir",
|
|
"domainBase": "com",
|
|
"challengeStrategy": "random",
|
|
"httpOneAddrs": [":5002"],
|
|
"tlsAlpnOneAddrs": [":5001"],
|
|
"dnsAddrs": [":8053"],
|
|
"fakeDNS": "127.0.0.1",
|
|
"regKeySize": 2048,
|
|
"certKeySize": 2048,
|
|
"regEmail": "loadtesting@letsencrypt.org",
|
|
"maxRegs": 20,
|
|
"maxNamesPerCert": 20,
|
|
"dontSaveState": true
|
|
}
|