Files
nats-server/test/configs/tls.conf
Derek Collison 4c36522f55 new listen style
2016-05-12 17:22:09 -07:00

22 lines
330 B
Plaintext

# Simple TLS config file
listen: localhost:4443
https: 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
}