2015-01-05 10:45:58 -05:00
|
|
|
#
|
|
|
|
# SSL Keystore module
|
|
|
|
#
|
|
|
|
|
|
|
|
[depend]
|
|
|
|
server
|
|
|
|
|
|
|
|
[xml]
|
|
|
|
etc/jetty-ssl.xml
|
|
|
|
|
|
|
|
[files]
|
|
|
|
http://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/plain/jetty-server/src/main/config/etc/keystore|etc/keystore
|
|
|
|
|
|
|
|
[ini-template]
|
|
|
|
### SSL Keystore Configuration
|
|
|
|
# define the port to use for secure redirection
|
2015-04-22 07:35:31 -04:00
|
|
|
solr.jetty.secure.port=8443
|
2015-01-05 10:45:58 -05:00
|
|
|
|
|
|
|
## Setup a demonstration keystore and truststore
|
2015-04-22 07:35:31 -04:00
|
|
|
solr.jetty.keystore=etc/keystore
|
|
|
|
solr.jetty.truststore=etc/keystore
|
2015-01-05 10:45:58 -05:00
|
|
|
|
|
|
|
## Set the demonstration passwords.
|
|
|
|
## Note that OBF passwords are not secure, just protected from casual observation
|
|
|
|
## See http://www.eclipse.org/jetty/documentation/current/configuring-security-secure-passwords.html
|
2015-04-22 07:35:31 -04:00
|
|
|
solr.jetty.keystore.password=OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4
|
|
|
|
solr.jetty.keymanager.password=OBF:1u2u1wml1z7s1z7a1wnl1u2g
|
|
|
|
solr.jetty.truststore.password=OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4
|
2015-01-05 10:45:58 -05:00
|
|
|
|
|
|
|
### Set the client auth behavior
|
|
|
|
## Set to true if client certificate authentication is required
|
2015-04-22 07:35:31 -04:00
|
|
|
# solr.jetty.ssl.needClientAuth=true
|
2015-01-05 10:45:58 -05:00
|
|
|
## Set to true if client certificate authentication is desired
|
2015-04-22 07:35:31 -04:00
|
|
|
# solr.jetty.ssl.wantClientAuth=true
|
2015-01-05 10:45:58 -05:00
|
|
|
|
|
|
|
## Parameters to control the number and priority of acceptors and selectors
|
2015-04-22 07:35:31 -04:00
|
|
|
# solr.jetty.ssl.selectors=1
|
|
|
|
# solr.jetty.ssl.acceptors=1
|
|
|
|
# solr.jetty.ssl.selectorPriorityDelta=0
|
|
|
|
# solr.jetty.ssl.acceptorPriorityDelta=0
|