mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-02 03:38:42 -07:00
16 lines
216 B
Plaintext
16 lines
216 B
Plaintext
|
|
# Simple TLS config file
|
|
|
|
port: 4443
|
|
net: localhost
|
|
|
|
tls {
|
|
cert_file: "./configs/certs/server.pem"
|
|
key_file: "./configs/certs/key.pem"
|
|
timeout: 2
|
|
|
|
# this should generate an error
|
|
cipher_suites: [
|
|
]
|
|
}
|