mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
move redis certificates
This commit is contained in:
parent
88a4100340
commit
80d71bd7a0
17 changed files with 18 additions and 18 deletions
|
|
@ -59,9 +59,9 @@ if [ -n "${REDIS_TLS:-}" ]
|
|||
then
|
||||
redis-server --protected-mode no \
|
||||
--tls-port 6379 --port 0 \
|
||||
--tls-cert-file /redis-certificates/server.crt \
|
||||
--tls-key-file /redis-certificates/server.key \
|
||||
--tls-ca-cert-file /redis-certificates/ca.crt &
|
||||
--tls-cert-file /certificates/redis/server.crt \
|
||||
--tls-key-file /certificates/redis/server.key \
|
||||
--tls-ca-cert-file /certificates/redis/ca.crt &
|
||||
else
|
||||
redis-server --protected-mode no &
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue