Files
nats.swift/Tests/NatsTests/Integration/Resources/tls_first_auto.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

12 lines
371 B
Plaintext

# 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
}