Files
nats.swift/Tests/NatsTests/Integration/Resources/tls.conf
wenzuhuai d7bdb4f378
Some checks failed
ci / macos (push) Has been cancelled
ci / ios (push) Has been cancelled
ci / check-linter (push) Has been cancelled
init
2026-01-12 18:29:52 +08:00

11 lines
175 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
}