...

Text file src/github.com/letsencrypt/boulder/test/rate-limit-policies-b.yml

Documentation: github.com/letsencrypt/boulder/test

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

View as plain text