12 lines
371 B
Plaintext
12 lines
371 B
Plaintext
# this needs to be here for testing localhost tls.
|
|
listen: localhost:4545
|
|
|
|
tls {
|
|
cert_file: "./Tests/NatsTests/Integration/Resources/certs/server-cert.pem"
|
|
key_file: "./Tests/NatsTests/Integration/Resources/certs/server-key.pem"
|
|
ca_file: "./Tests/NatsTests/Integration/Resources/certs/rootCA.pem"
|
|
verify : true
|
|
timeout: 2
|
|
handshake_first: 300ms
|
|
}
|