init
This commit is contained in:
11
Tests/NatsTests/Integration/Resources/tls_first.conf
Normal file
11
Tests/NatsTests/Integration/Resources/tls_first.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
# this needs to be here for testing localhost tls.
|
||||
listen: localhost:4222
|
||||
|
||||
tls {
|
||||
cert_file: "%@"
|
||||
key_file: "%@"
|
||||
ca_file: "%@"
|
||||
verify : true
|
||||
timeout: 2
|
||||
handshake_first: true
|
||||
}
|
||||
Reference in New Issue
Block a user