mirror of
https://github.com/gofiber/storage.git
synced 2025-10-03 15:56:37 +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
|
net: 0.0.0.0 # net interface
|
||||||
|
|
||||||
tls {
|
tls {
|
||||||
cert_file: "/tls/server.crt"
|
cert_file: "/tls/redis.crt"
|
||||||
key_file: "/tls/server.key"
|
key_file: "/tls/redis.key"
|
||||||
timeout: 2
|
timeout: 2
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user