Files
nats-server/server/configs/tls.conf
2018-03-15 22:31:07 -07:00

16 lines
224 B
Plaintext

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