Skip to content

Commit

Permalink
[MNT-24158] Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mbujak-hyland committed Oct 18, 2024
1 parent 76649d9 commit de2eda1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions content-services/latest/install/zip/tomcat.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,21 @@ The installation directory for Tomcat is represented as `<TOMCAT_HOME>`.
scheme="https"
secure="true"
defaultSSLHostConfigName="localhost">
<SSLHostConfig hostName="localhost"
<SSLHostConfig hostName="localhost"
protocols="TLSv1.2"
certificateVerification="required"
truststoreFile="/usr/local/tomcat/alf_data/keystore/ssl.truststore"
truststoreFile="/usr/local/tomcat/alf_data/keystore/ssl.truststore"git add conte
truststorePassword="truststore"
truststoreType="JCEKS">
<Certificate certificateKeystoreFile="/usr/local/tomcat/alf_data/keystore/ssl.keystore"
certificateKeyAlias="ssl.repo"
type="RSA"
certificateKeystorePassword="keystore"
certificateKeystoreType="JCEKS"/>
</SSLHostConfig>
</Connector>
</SSLHostConfig>
</Connector>
```
When configuring the Tomcat connector, consider the following:
* The keystore and truststore file have to be generated to ensure the best security level when installing Alfresco Search Services. You can choose the location of your choice. By default, they are stored either in the Tomcat installation directory or in the `alfa_data` directory. For more information, see [Alfresco Search Services secure keys generation]({%link search-services/latest/config/keys.md %}#set-up-certificates).
Expand Down

0 comments on commit de2eda1

Please sign in to comment.