mirror of
https://github.com/minio/minio.git
synced 2025-11-28 21:18:10 -05:00
fix: nats testdata relocation fix
This commit is contained in:
@@ -2,6 +2,6 @@ port: 14225
|
||||
net: localhost
|
||||
|
||||
tls {
|
||||
cert_file: "./testdata/certs/nats_server_cert.pem"
|
||||
key_file: "./testdata/certs/nats_server_key.pem"
|
||||
cert_file: "./testdata/contrib/certs/nats_server_cert.pem"
|
||||
key_file: "./testdata/contrib/certs/nats_server_key.pem"
|
||||
}
|
||||
|
||||
@@ -2,9 +2,9 @@ port: 14226
|
||||
net: localhost
|
||||
|
||||
tls {
|
||||
cert_file: "./testdata/certs/nats_server_cert.pem"
|
||||
key_file: "./testdata/certs/nats_server_key.pem"
|
||||
ca_file: "./testdata/certs/root_ca_cert.pem"
|
||||
cert_file: "./testdata/contrib/certs/nats_server_cert.pem"
|
||||
key_file: "./testdata/contrib/certs/nats_server_key.pem"
|
||||
ca_file: "./testdata/contrib/certs/root_ca_cert.pem"
|
||||
verify_and_map: true
|
||||
}
|
||||
authorization {
|
||||
|
||||
Reference in New Issue
Block a user