Files
nats-server/server/configs/tls.conf
2017-04-20 13:26:59 -07:00

17 lines
225 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
}