thelabdude opened a new issue #300:
URL: https://github.com/apache/solr-operator/issues/300


   Currently, the operator TLS support only sets the server auth cert env vars, 
e.g.
   ```
   SOLR_SSL_KEY_STORE
   SOLR_SSL_KEY_STORE_PASSWORD
   SOLR_SSL_TRUST_STORE
   SOLR_SSL_TRUST_STORE_PASSWORD
   ```
   For mTLS, users may want to configure a separate keystore / truststore for a 
separate client cert using:
   ```
   SOLR_SSL_CLIENT_KEY_STORE=
   SOLR_SSL_CLIENT_KEY_STORE_PASSWORD=
   SOLR_SSL_CLIENT_TRUST_STORE=
   SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD=
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to