diff --git a/search-services/latest/config/keys.md b/search-services/latest/config/keys.md index 8c50ca5239..0881249e92 100644 --- a/search-services/latest/config/keys.md +++ b/search-services/latest/config/keys.md @@ -162,6 +162,8 @@ Before continuing, make sure that you've already completed the steps in [Generat 2. For the Tomcat SSL Connector in `/conf/server.xml` update the following: + * If using Alfresco Content Services 6.x on Tomcat 8: + ```bash ``` + * If using Alfresco Content Services 7.x on Tomcat 9 or 23.x on Tomcat 10: + + ```bash + + + + + + ``` + > **Note:** If you're using a different keystore or truststore type other than the default, `JCEKS`, you must change the value in the properties file. Also, make sure that the keystore and truststore file locations are correct for your environment. See [Installing the Tomcat application server]({% link content-services/latest/install/zip/tomcat.md %}) and [Solr configuration files]({% link search-services/latest/config/index.md %}#solr-configuration-files) for more. diff --git a/search-services/latest/config/security.md b/search-services/latest/config/security.md index f74f2cfd09..47bcccd34a 100644 --- a/search-services/latest/config/security.md +++ b/search-services/latest/config/security.md @@ -17,6 +17,8 @@ The keys and certificates required for mutual TLS on the repository side are set 1. Modify `/conf/server.xml` and add the following connector: + * If using Alfresco Content Services 6.x on Tomcat 8: + ```xml ``` + * If using Alfresco Content Services 7.x on Tomcat 9 or 23.x on Tomcat 10: + + ```bash + + + + + + ``` + 2. Copy the keystore and truststore files you created in [Generating secure keys for ssl communication]({% link search-services/latest/config/keys.md %}#generating-secure-keys-for-ssl-communication) to the machine that's running the repository. 3. Set the parameters in the connector, replacing the `xxxxxxx` and `yyyyy` values.