12 lines
199 B
Plaintext
12 lines
199 B
Plaintext
# 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
|
|
}
|