Files
nats-server/test/configs/tls.conf
2016-02-15 17:40:13 -08:00

23 lines
338 B
Plaintext

# Simple TLS config file
port: 4443
net: localhost
https_port: 11522
tls {
# Server cert
cert_file: "./configs/certs/server-cert.pem"
# Server private key
key_file: "./configs/certs/server-key.pem"
# Specified time for handshake to complete
timeout: 2
}
authorization {
user: derek
password: boo
timeout: 1
}