Files
nats-server/test/configs/tls.conf
2015-11-22 14:43:16 -08:00

21 lines
322 B
Plaintext

# Simple TLS config file
port: 4443
net: localhost
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: 0.25
}
authorization {
user: derek
password: boo
timeout: 1
}