mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
move redis certificates
This commit is contained in:
parent
88a4100340
commit
80d71bd7a0
17 changed files with 18 additions and 18 deletions
|
|
@ -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,
|
||||
],
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue