mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-14 10:10:42 -07:00
10 lines
142 B
Plaintext
10 lines
142 B
Plaintext
|
|
# Simple TLS config file
|
|
|
|
listen: localhost:4443
|
|
|
|
tls {
|
|
cert_file: "./configs/certs/server.pem"
|
|
key_file: "./configs/certs/key.pem"
|
|
}
|