We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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=
The text was updated successfully, but these errors were encountered:
thelabdude
Successfully merging a pull request may close this issue.
Currently, the operator TLS support only sets the server auth cert env vars, e.g.
For mTLS, users may want to configure a separate keystore / truststore for a separate client cert using:
The text was updated successfully, but these errors were encountered: