mirror of https://github.com/apache/lucene.git
1cb6e35058
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. |
||
---|---|---|
.. | ||
init.d | ||
install_solr_service.sh | ||
oom_solr.sh | ||
post | ||
solr | ||
solr.cmd | ||
solr.in.cmd | ||
solr.in.sh |