Zeppelin is provided in plain HTTP, but detailed instructions are provided for configuration with SSL.

This commit is contained in:
Angel Borroy
2019-06-13 16:39:58 +02:00
parent 812653ed20
commit e0f4b787a8
+1 -1
View File
@@ -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 \