lucene/solr/bin
Robert Muir 1cb6e35058 SOLR-14141: eliminate JKS keystore from solr ssl docs.
Currently the documentation pretends to create a JKS keystore. It is
only actually a JKS keystore on java 8: on java9+ it is a PKCS12
keystore with a .jks extension (because PKCS12 is the new java default).
It works even though solr explicitly tells the JDK
(SOLR_SSL_KEY_STORE_TYPE=JKS) that its JKS when it is in fact not, due
to how keystore backwards compatibility was implemented.

Fix docs to explicitly create a PKCS12 keystore with .p12 extension and
so on instead of a PKCS12 keystore masquerading as a JKS one. This
simplifies the SSL steps since the "conversion" step (which was doing
nothing) from .JKS -> .P12 can be removed.
2019-12-29 09:34:00 -05:00
..
init.d SOLR-8101: Improve Linux service installation script 2015-11-25 18:40:03 +00:00
install_solr_service.sh SOLR-11853: Solr installer fails on SuSE linux 2019-01-02 17:24:22 +01:00
oom_solr.sh SOLR-6851: Scripts to help install and run Solr as a service on Linux 2014-12-23 23:20:42 +00:00
post SOLR-9662: New parameter -u <user:pass> in bin/post to pass basicauth credentials 2016-10-22 02:02:07 +02:00
solr SOLR-13984: add (experimental, disabled by default) security manager support (#1082) 2019-12-24 06:30:31 -08:00
solr.cmd SOLR-13984: add (experimental, disabled by default) security manager support (#1082) 2019-12-24 06:30:31 -08:00
solr.in.cmd SOLR-14141: eliminate JKS keystore from solr ssl docs. 2019-12-29 09:34:00 -05:00
solr.in.sh SOLR-14141: eliminate JKS keystore from solr ssl docs. 2019-12-29 09:34:00 -05:00