...

Text file src/github.com/letsencrypt/boulder/test/redis-ratelimits.config

Documentation: github.com/letsencrypt/boulder/test

     1port 0
     2tls-port 4218
     3save 60 1
     4maxmemory-policy noeviction
     5loglevel warning
     6# List of renamed commands comes from:
     7# https://www.digitalocean.com/community/tutorials/how-to-secure-your-redis-installation-on-ubuntu-18-04
     8rename-command BGREWRITEAOF ""
     9rename-command BGSAVE ""
    10rename-command CONFIG ""
    11rename-command DEBUG ""
    12rename-command FLUSHALL ""
    13rename-command FLUSHDB ""
    14rename-command KEYS ""
    15rename-command PEXPIRE ""
    16rename-command RENAME ""
    17rename-command SAVE ""
    18rename-command SHUTDOWN ""
    19rename-command SPOP ""
    20rename-command SREM ""
    21user default off
    22user boulder-wfe       on +@all ~* >b3b2fcbbf46fe39fd522c395a51f84d93a98ff2f
    23user admin-user        on +@all ~* >435e9c4225f08813ef3af7c725f0d30d263b9cd3
    24user unittest-rw       on +@all ~* >824968fa490f4ecec1e52d5e34916bdb60d45f8d
    25masteruser admin-user
    26masterauth 435e9c4225f08813ef3af7c725f0d30d263b9cd3
    27tls-protocols "TLSv1.3"
    28tls-cert-file /test/redis-tls/redis/cert.pem
    29tls-key-file /test/redis-tls/redis/key.pem
    30tls-ca-cert-file /test/redis-tls/minica.pem

View as plain text