Files
nats-server/server/configs/tls.conf
Matthias Hanel 1d4243b565 [fixed] tls timeout now accepts units
Signed-off-by: Matthias Hanel <mh@synadia.com>
2021-07-19 11:42:28 -04:00

16 lines
227 B
Plaintext

# Simple TLS config file
listen: 127.0.0.1:4443
tls {
cert_file: "./configs/certs/server.pem"
key_file: "./configs/certs/key.pem"
timeout: "2s"
}
authorization {
user: derek
password: foo
timeout: 1
}