mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 03:24:40 -07:00
This sort of just punts on the problem by not creating log files in the tests, but it seemed like the simplest solution.
14 lines
278 B
Plaintext
14 lines
278 B
Plaintext
# Copyright 2017 Apcera Inc. All rights reserved.
|
|
|
|
# Simple TLS config file
|
|
|
|
listen: localhost:-1
|
|
|
|
tls {
|
|
cert_file: "./configs/certs/cert.new.pem"
|
|
key_file: "./configs/certs/key.new.pem"
|
|
ca_file: "./configs/certs/cert.new.pem"
|
|
verify: true
|
|
timeout: 2
|
|
}
|