1
0
Fork 0
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:
Robin Appelman 2026-03-09 18:30:32 +01:00
commit 80d71bd7a0
17 changed files with 18 additions and 18 deletions

View file

@ -2,9 +2,9 @@
'host' => 'tls://127.0.0.1',
'port' => 6379,
'ssl_context' => [
'local_cert' => '/redis-certificates/client.crt',
'local_pk' => '/redis-certificates/client.key',
'cafile' => '/redis-certificates/ca.crt',
'local_cert' => '/certificates/redis/client.crt',
'local_pk' => '/certificates/redis/client.key',
'cafile' => '/certificates/redis/ca.crt',
'verify_peer_name' => false,
],
],