mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-04 01:24:09 +02:00
redis tls support
This commit is contained in:
parent
374ac42481
commit
071c476c4c
18 changed files with 308 additions and 3 deletions
11
images/haze/configs/redis-tls.php
Normal file
11
images/haze/configs/redis-tls.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
'redis' => [
|
||||
'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',
|
||||
'verify_peer_name' => false,
|
||||
],
|
||||
],
|
||||
//PLACEHOLDER
|
||||
Loading…
Add table
Add a link
Reference in a new issue