[ 
https://issues.apache.org/jira/browse/SOLR-9728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kevin Risden updated SOLR-9728:
-------------------------------
    Attachment: SOLR-9728.patch

This patch does a few things:
* Splits out each ssl property to check if it is there
* Puts *_type next to *_password where nececessary
* Adds javax.net.ssl.keyStoreType and javax.net.ssl.trustStoreType
* Stuck with KEY_STORE and TRUST_STORE instead of KEYSTORE and TRUSTSTORE that 
was previously added.

I added the changes for Windows as well, but haven't been able to test. They 
are basically the same between solr.in.sh/solr and solr.in.cmd and solr.cmd

> Ability to specify Key Store type in solr.in file for SSL
> ---------------------------------------------------------
>
>                 Key: SOLR-9728
>                 URL: https://issues.apache.org/jira/browse/SOLR-9728
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: Server
>    Affects Versions: master (7.0)
>            Reporter: Michael Suzuki
>            Assignee: Kevin Risden
>         Attachments: SOLR-9728.patch, SOLR-9728.patch, SOLR-9728.patch
>
>
> At present when ssl is enabled we can't set the SSL type. It currently 
> defaults to JCK.
> As a user I would like to configure the SSL type via the solr.in file.
> For instance "JCEKS" would be configured as:
> {code}
> SOLR_SSL_KEYSTORE_TYPE=JCEKS
> SOLR_SSL_TRUSTSTORE_TYPE=JCEKS
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to