init
This commit is contained in:
11
Tests/NatsTests/Integration/Resources/tls_first_auto.conf
Normal file
11
Tests/NatsTests/Integration/Resources/tls_first_auto.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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
|
||||
}
|
||||
Reference in New Issue
Block a user