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