Jan Høydahl created SOLR-15999:
----------------------------------

             Summary: Update SSL documentation for mutual TLS (mTLS)
                 Key: SOLR-15999
                 URL: https://issues.apache.org/jira/browse/SOLR-15999
             Project: Solr
          Issue Type: Task
      Security Level: Public (Default Security Level. Issues are Public)
          Components: documentation
            Reporter: Jan Høydahl


Current SSL docs at [https://solr.apache.org/guide/8_11/enabling-ssl.html] does 
not really describe the mTLS scenario at all.

There shuld be a separate section or perhaps a sub page for mTLS, which needs 
to document the existence of the client keystore / truststore and associated 
parameters (from solr.in.sh):
{code:java}
# Uncomment if you want to override previously defined SSL values for HTTP 
client
# otherwise keep them commented and the above values will automatically be set 
for HTTP clients
#SOLR_SSL_CLIENT_KEY_STORE=
#SOLR_SSL_CLIENT_KEY_STORE_PASSWORD=
#SOLR_SSL_CLIENT_TRUST_STORE=
#SOLR_SSL_CLIENT_TRUST_STORE_PASSWORD=
#SOLR_SSL_CLIENT_KEY_STORE_TYPE=
#SOLR_SSL_CLIENT_TRUST_STORE_TYPE= {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to