mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
* Add a preference to specify and order the curve preferences * Add details tls help * Deprecate old 1.4 cipher suite code
14 lines
196 B
Plaintext
14 lines
196 B
Plaintext
|
|
# Simple TLS config file
|
|
|
|
listen: localhost:4443
|
|
|
|
tls {
|
|
cert_file: "./configs/certs/server.pem"
|
|
key_file: "./configs/certs/key.pem"
|
|
timeout: 2
|
|
curve_preferences: [
|
|
"CurveP256"
|
|
]
|
|
}
|