mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-13 17:58:00 -07:00
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
# Simple TLS config file
|
|
|
|
listen: 127.0.0.1:-1
|
|
|
|
tls {
|
|
cert_file: "./configs/certs/server.pem"
|
|
key_file: "./configs/certs/key.pem"
|
|
timeout: 2
|
|
}
|