...

Text file src/github.com/letsencrypt/boulder/test/redis-ocsp.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 DEL ""
    13rename-command FLUSHALL ""
    14rename-command FLUSHDB ""
    15rename-command KEYS ""
    16rename-command PEXPIRE ""
    17rename-command RENAME ""
    18rename-command SAVE ""
    19rename-command SHUTDOWN ""
    20rename-command SPOP ""
    21rename-command SREM ""
    22user default off
    23user rocsp-tool        on +@all ~* >e4e9ce7845cb6adbbc44fb1d9deb05e6b4dc1386
    24user ocsp-responder    on +@all ~* >0e5a4c8b5faaf3194c8ad83c3dd9a0dd8a75982b
    25user boulder-ra        on +@all ~* >b3b2fcbbf46fe39fd522c395a51f84d93a98ff2f
    26user admin-user        on +@all ~* >435e9c4225f08813ef3af7c725f0d30d263b9cd3
    27user unittest-rw       on +@all ~* >824968fa490f4ecec1e52d5e34916bdb60d45f8d
    28masteruser admin-user
    29masterauth 435e9c4225f08813ef3af7c725f0d30d263b9cd3
    30tls-protocols "TLSv1.3"
    31tls-cert-file /test/redis-tls/redis/cert.pem
    32tls-key-file /test/redis-tls/redis/key.pem
    33tls-ca-cert-file /test/redis-tls/minica.pem

View as plain text