From e0f4b787a8feee22e179210357dc7d989452e850 Mon Sep 17 00:00:00 2001 From: Angel Borroy Date: Thu, 13 Jun 2019 16:39:58 +0200 Subject: [PATCH] Zeppelin is provided in plain HTTP, but detailed instructions are provided for configuration with SSL. --- search-services/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search-services/README.md b/search-services/README.md index d3df27e54..a8c7bbf85 100644 --- a/search-services/README.md +++ b/search-services/README.md @@ -202,7 +202,7 @@ By default Docker image is using SSL, but an environment variable `ALFRESCO_SECU Additionally, SOLR Jetty server must be configured to start in SSL Mode using `SOLR_SSL_*` environment variables and Search Services must be configured by using Java environment variables starting with `alfresco.encryption.ssl.*` -Following command will start Search Services with SSL using keystores located at `/tmp/keystores/solr/tmp/keystores/solr`. Note that the internal folders are relative to `/opt/alfresco-search-services/keystores`, as this is the Docker container folder exposed to hold the keystores. +Following command will start Search Services with SSL using keystores located at `/tmp/keystores/solr`. Note that the internal folders are relative to `/opt/alfresco-search-services/keystores`, as this is the Docker container folder exposed to hold the keystores. ```bash $ docker run -p 8983:8983 \