...
1# See cmd/shell.go for definitions of these rate limits.
2certificatesPerName:
3 window: 2160h
4 threshold: 2
5 overrides:
6 ratelimit.me: 1
7 lim.it: 0
8 # Hostnames used by the letsencrypt client integration test.
9 le.wtf: 10000
10 le1.wtf: 10000
11 le2.wtf: 10000
12 le3.wtf: 10000
13 nginx.wtf: 10000
14 good-caa-reserved.com: 10000
15 bad-caa-reserved.com: 10000
16 ecdsa.le.wtf: 10000
17 must-staple.le.wtf: 10000
18 registrationOverrides:
19 101: 1000
20registrationsPerIP:
21 window: 168h # 1 week
22 threshold: 10000
23 overrides:
24 127.0.0.1: 1000000
25registrationsPerIPRange:
26 window: 168h # 1 week
27 threshold: 99999
28 overrides:
29 127.0.0.1: 1000000
30pendingAuthorizationsPerAccount:
31 window: 168h # 1 week, should match pending authorization lifetime.
32 threshold: 150
33invalidAuthorizationsPerAccount:
34 window: 5m
35 threshold: 3
36newOrdersPerAccount:
37 window: 3h
38 threshold: 1500
39certificatesPerFQDNSet:
40 window: 168h
41 threshold: 6
42 overrides:
43 le.wtf: 10000
44 le1.wtf: 10000
45 le2.wtf: 10000
46 le3.wtf: 10000
47 le.wtf,le1.wtf: 10000
48 good-caa-reserved.com: 10000
49 nginx.wtf: 10000
50 ecdsa.le.wtf: 10000
51 must-staple.le.wtf: 10000
52certificatesPerFQDNSetFast:
53 window: 3h
54 threshold: 2
55 overrides:
56 le.wtf: 100
View as plain text