lucene/solr/server/etc
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
..
jetty-http.xml SOLR-14091: Removing deprecated configuration of Jetty's soLingerTime option 2019-12-18 17:24:43 -05:00
jetty-https.xml SOLR-14091: Removing deprecated configuration of Jetty's soLingerTime option 2019-12-18 17:24:43 -05:00
jetty-https8.xml SOLR-14091: Removing deprecated configuration of Jetty's soLingerTime option 2019-12-18 17:24:43 -05:00
jetty-requestlog.xml SOLR-14138: enable request log via environ var, remove deprecated jetty class usage, respect SOLR_LOGS_DIR (#1110) 2019-12-23 10:37:31 -05:00
jetty-ssl.xml SOLR-14141: eliminate JKS keystore from solr ssl docs. 2019-12-29 09:34:00 -05:00
jetty.xml SOLR-14136: ip whitelist/blacklist via env vars (#1111) 2019-12-23 19:26:11 -05:00
security.policy Reordered some lines and comments to make it easier to manually diff/ merge with gradle branch. 2019-12-25 13:29:11 +01:00
security.properties SOLR-13984: add (experimental, disabled by default) security manager support (#1082) 2019-12-24 06:30:31 -08:00
webdefault.xml SOLR-13409: Disable HTML directory listings in admin interface to prevent possible security issues 2019-04-17 11:04:13 +02:00