marcomancusooutra

Results 1 issues of marcomancusooutra

I'm currently using MSK connection with a pk12 file such as: ``` "bootstrap.servers": "myservers:9094", "security.protocol": "SSL", "ssl.keystore.location": "/opt/certs/cert.pk12", "ssl.keystore.password": "password", "ssl.endpoint.identification.algorithm": "none" ``` How would I pass the pk12 file...