30 lines
1002 B
Plaintext
30 lines
1002 B
Plaintext
port 0
|
|
tls-port 4218
|
|
save 60 1
|
|
maxmemory-policy noeviction
|
|
loglevel warning
|
|
# List of renamed commands comes from:
|
|
# https://www.digitalocean.com/community/tutorials/how-to-secure-your-redis-installation-on-ubuntu-18-04
|
|
rename-command BGREWRITEAOF ""
|
|
rename-command BGSAVE ""
|
|
rename-command CONFIG ""
|
|
rename-command DEBUG ""
|
|
rename-command FLUSHDB ""
|
|
rename-command KEYS ""
|
|
rename-command PEXPIRE ""
|
|
rename-command RENAME ""
|
|
rename-command SAVE ""
|
|
rename-command SHUTDOWN ""
|
|
rename-command SPOP ""
|
|
rename-command SREM ""
|
|
user default off
|
|
user boulder-wfe on +@all ~* >b3b2fcbbf46fe39fd522c395a51f84d93a98ff2f
|
|
user admin-user on +@all ~* >435e9c4225f08813ef3af7c725f0d30d263b9cd3
|
|
user unittest-rw on +@all ~* >824968fa490f4ecec1e52d5e34916bdb60d45f8d
|
|
masteruser admin-user
|
|
masterauth 435e9c4225f08813ef3af7c725f0d30d263b9cd3
|
|
tls-protocols "TLSv1.3"
|
|
tls-cert-file /test/certs/ipki/redis/cert.pem
|
|
tls-key-file /test/certs/ipki/redis/key.pem
|
|
tls-ca-cert-file /test/certs/ipki/minica.pem
|