Files
nats-server/server/configs/tls.conf
2016-04-07 08:36:57 -07:00

18 lines
232 B
Plaintext

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