forked from letsencrypt/boulder
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18d6d2d
commit 4493396
Showing
3 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
# See cmd/shell.go for definitions of these rate limits. | ||
certificatesPerName: | ||
window: 2160h | ||
threshold: 999 | ||
overrides: | ||
ratelimit.me: 1 | ||
lim.it: 0 | ||
# Hostnames used by the letsencrypt client integration test. | ||
le.wtf: 99999 | ||
le1.wtf: 99999 | ||
le2.wtf: 99999 | ||
le3.wtf: 99999 | ||
le4.wtf: 99999 | ||
nginx.wtf: 99999 | ||
good-caa-reserved.com: 99999 | ||
bad-caa-reserved.com: 99999 | ||
ecdsa.le.wtf: 99999 | ||
must-staple.le.wtf: 99999 | ||
plesk.tech: 9999999 | ||
atf.plesk.tech: 9999999 | ||
registrationOverrides: | ||
101: 1000 | ||
registrationsPerIP: | ||
window: 168h # 1 week | ||
threshold: 9999 | ||
overrides: | ||
127.0.0.1: 999990 | ||
registrationsPerIPRange: | ||
window: 168h # 1 week | ||
threshold: 99999 | ||
overrides: | ||
127.0.0.1: 1000000 | ||
pendingAuthorizationsPerAccount: | ||
window: 168h # 1 week, should match pending authorization lifetime. | ||
threshold: 9999 | ||
newOrdersPerAccount: | ||
window: 3h | ||
threshold: 99999 | ||
certificatesPerFQDNSet: | ||
window: 168h | ||
threshold: 99999 | ||
overrides: | ||
le.wtf: 99999 | ||
le1.wtf: 99999 | ||
le2.wtf: 99999 | ||
le3.wtf: 99999 | ||
le.wtf,le1.wtf: 99999 | ||
good-caa-reserved.com: 99999 | ||
nginx.wtf: 99999 | ||
ecdsa.le.wtf: 99999 | ||
must-staple.le.wtf: 99999 | ||
plesk.tech: 9999999 | ||
atf.plesk.tech: 9999999 | ||
certificatesPerFQDNSetFast: | ||
window: 2h | ||
threshold: 20 | ||
overrides: | ||
le.wtf: 99 |