mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
Zeppelin is provided in plain HTTP, but detailed instructions are provided for configuration with SSL.
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user