1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-04 01:24:09 +02:00
haze/nix/image/configs/nc/redis-tls.php

10 lines
335 B
PHP

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