mirror of
https://github.com/gofiber/storage.git
synced 2025-09-27 04:46:08 +08:00
use redis cert
This commit is contained in:
4
nats/testdata/nats-tls.conf
vendored
4
nats/testdata/nats-tls.conf
vendored
@@ -4,7 +4,7 @@ port: 4443
|
||||
net: 0.0.0.0 # net interface
|
||||
|
||||
tls {
|
||||
cert_file: "/tls/server.crt"
|
||||
key_file: "/tls/server.key"
|
||||
cert_file: "/tls/redis.crt"
|
||||
key_file: "/tls/redis.key"
|
||||
timeout: 2
|
||||
}
|
||||
|
Reference in New Issue
Block a user