mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
feat: support nats tls handshake first (#21008)
This commit is contained in:
8
internal/event/target/testdata/contrib/nats_tls_handshake_first.conf
vendored
Normal file
8
internal/event/target/testdata/contrib/nats_tls_handshake_first.conf
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
port: 14227
|
||||
net: localhost
|
||||
|
||||
tls {
|
||||
cert_file: "./testdata/contrib/certs/nats_server_cert.pem"
|
||||
key_file: "./testdata/contrib/certs/nats_server_key.pem"
|
||||
handshake_first: true
|
||||
}
|
||||
Reference in New Issue
Block a user