1
0
mirror of https://github.com/minio/minio.git synced 2025-03-13 21:12:55 -04:00
svistoi c9be601988 NATS TLS specify CA and client TLS authentication ()
- added ability to specify CA for self-signed certificates
- added option to authenticate using client certificates
- added unit tests for nats connections
2019-11-15 09:13:23 -08:00

8 lines
147 B
Plaintext

port: 14225
net: localhost
tls {
cert_file: "./testdata/certs/nats_server_cert.pem"
key_file: "./testdata/certs/nats_server_key.pem"
}