Files
nats-server/server/configs/tls_curve_prefs.conf
Colin Sullivan b133cda3cd Add curve preference option to configuration files.
* Add a preference to specify and order the curve preferences
* Add details tls help
* Deprecate old 1.4 cipher suite code
2016-12-27 15:41:48 -07:00

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"
]
}