<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ACS 23.2.1 Enterprise keystore issues in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/acs-23-2-1-enterprise-keystore-issues/m-p/118306#M32647</link>
    <description>&lt;P&gt;I'm having trouble configuring the keystores properly due to the inconsitent documentation.&amp;nbsp; I am completely new to ACS and tasked with installing it on Windows.&lt;/P&gt;&lt;P&gt;Documentation says:&lt;/P&gt;&lt;P&gt;1. For catalina.bat, configure the below; however when I look at the&amp;nbsp;keystore-passwords.properties file, it says that is deprecated.&amp;nbsp; Also, is the standard keystore type JCEKS or PCKS12?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/latest/install/zip/tomcat/" target="_blank" rel="noopener nofollow noreferrer"&gt;Alfresco Docs - Install on Tomcat&lt;/A&gt;&lt;BR /&gt;set “JAVA_TOOL_OPTIONS=-Dencryption.keystore.type=JCEKS -Dencryption.cipherAlgorithm=DESede/CBC/PKCS5Padding -Dencryption.keyAlgorithm=DESede -Dencryption.keystore.location=&amp;lt;TOMCAT_HOME&amp;gt;/alf_data/keystore/metadata-keystore/keystore -Dmetadata-keystore.password=mp6yc0UD9e -Dmetadata-keystore.aliases=metadata -Dmetadata-keystore.metadata.password=oKIWzVdEdA -Dmetadata-keystore.metadata.algorithm=DESede”&lt;/P&gt;&lt;P&gt;2. When configuring the Tomcat server.xml file for the 8443 connector, it keeps throwing errors stating:&lt;/P&gt;&lt;P&gt;WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector] failed to set property [clientAuth] to [true]&lt;BR /&gt;[main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector/SSLHostConfig/Certificate] failed to set property [certificatekeystoreFile] to [D:\alfresco-content-services\alf_data\keystore\ssl.keystore]&lt;BR /&gt;[main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector/SSLHostConfig/Certificate] failed to set property [certificatekeystorePass] to [password]&lt;BR /&gt;WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector/SSLHostConfig/Certificate] failed to set property [certificatetruststoreFile] to [D:\alfresco-content-services\alf_data\keystore\ssl.truststore]&lt;BR /&gt;WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector/SSLHostConfig/Certificate] failed to set property [certificatetruststorePass] to [password]&lt;BR /&gt;WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector/SSLHostConfig/Certificate] failed to set property [certificateTruststoreType] to [PKCS12]&lt;/P&gt;&lt;P&gt;This is my config for the connector:&lt;/P&gt;&lt;P&gt;&amp;lt;Connector port="8443" protocol="HTTP/1.1"&lt;BR /&gt;connectionTimeout="20000"&lt;BR /&gt;maxHttpHeaderSize="32768"&lt;BR /&gt;SSLEnabled="true" scheme="https" secure="true"&lt;BR /&gt;clientAuth="true"&amp;gt;&lt;BR /&gt;&amp;lt;SSLHostConfig sslProtocol="TLSv1.2"&amp;gt;&lt;BR /&gt;&amp;lt;Certificate&lt;BR /&gt;certificatekeystoreFile="D:\alfresco-content-services\alf_data\keystore\ssl.keystore"&lt;BR /&gt;certificatekeystorePass="keypassword"&lt;BR /&gt;certificateKeystoreType="JCEKS"&lt;BR /&gt;certificatetruststoreFile="D:\alfresco-content-services\alf_data\keystore\ssl.truststore"&lt;BR /&gt;certificatetruststorePass="trustpw"&lt;BR /&gt;certificateTruststoreType="JCEKS"&lt;BR /&gt;/&amp;gt;&lt;BR /&gt;&amp;lt;/SSLHostConfig&amp;gt;&lt;BR /&gt;&amp;lt;/Connector&amp;gt;&lt;/P&gt;</description>
    <pubDate>Wed, 19 Jun 2024 17:15:29 GMT</pubDate>
    <dc:creator>mparsons</dc:creator>
    <dc:date>2024-06-19T17:15:29Z</dc:date>
    <item>
      <title>ACS 23.2.1 Enterprise keystore issues</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/acs-23-2-1-enterprise-keystore-issues/m-p/118306#M32647</link>
      <description>&lt;P&gt;I'm having trouble configuring the keystores properly due to the inconsitent documentation.&amp;nbsp; I am completely new to ACS and tasked with installing it on Windows.&lt;/P&gt;&lt;P&gt;Documentation says:&lt;/P&gt;&lt;P&gt;1. For catalina.bat, configure the below; however when I look at the&amp;nbsp;keystore-passwords.properties file, it says that is deprecated.&amp;nbsp; Also, is the standard keystore type JCEKS or PCKS12?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;A href="https://docs.alfresco.com/content-services/latest/install/zip/tomcat/" target="_blank" rel="noopener nofollow noreferrer"&gt;Alfresco Docs - Install on Tomcat&lt;/A&gt;&lt;BR /&gt;set “JAVA_TOOL_OPTIONS=-Dencryption.keystore.type=JCEKS -Dencryption.cipherAlgorithm=DESede/CBC/PKCS5Padding -Dencryption.keyAlgorithm=DESede -Dencryption.keystore.location=&amp;lt;TOMCAT_HOME&amp;gt;/alf_data/keystore/metadata-keystore/keystore -Dmetadata-keystore.password=mp6yc0UD9e -Dmetadata-keystore.aliases=metadata -Dmetadata-keystore.metadata.password=oKIWzVdEdA -Dmetadata-keystore.metadata.algorithm=DESede”&lt;/P&gt;&lt;P&gt;2. When configuring the Tomcat server.xml file for the 8443 connector, it keeps throwing errors stating:&lt;/P&gt;&lt;P&gt;WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector] failed to set property [clientAuth] to [true]&lt;BR /&gt;[main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector/SSLHostConfig/Certificate] failed to set property [certificatekeystoreFile] to [D:\alfresco-content-services\alf_data\keystore\ssl.keystore]&lt;BR /&gt;[main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector/SSLHostConfig/Certificate] failed to set property [certificatekeystorePass] to [password]&lt;BR /&gt;WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector/SSLHostConfig/Certificate] failed to set property [certificatetruststoreFile] to [D:\alfresco-content-services\alf_data\keystore\ssl.truststore]&lt;BR /&gt;WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector/SSLHostConfig/Certificate] failed to set property [certificatetruststorePass] to [password]&lt;BR /&gt;WARNING [main] org.apache.tomcat.util.digester.SetPropertiesRule.begin Match [Server/Service/Connector/SSLHostConfig/Certificate] failed to set property [certificateTruststoreType] to [PKCS12]&lt;/P&gt;&lt;P&gt;This is my config for the connector:&lt;/P&gt;&lt;P&gt;&amp;lt;Connector port="8443" protocol="HTTP/1.1"&lt;BR /&gt;connectionTimeout="20000"&lt;BR /&gt;maxHttpHeaderSize="32768"&lt;BR /&gt;SSLEnabled="true" scheme="https" secure="true"&lt;BR /&gt;clientAuth="true"&amp;gt;&lt;BR /&gt;&amp;lt;SSLHostConfig sslProtocol="TLSv1.2"&amp;gt;&lt;BR /&gt;&amp;lt;Certificate&lt;BR /&gt;certificatekeystoreFile="D:\alfresco-content-services\alf_data\keystore\ssl.keystore"&lt;BR /&gt;certificatekeystorePass="keypassword"&lt;BR /&gt;certificateKeystoreType="JCEKS"&lt;BR /&gt;certificatetruststoreFile="D:\alfresco-content-services\alf_data\keystore\ssl.truststore"&lt;BR /&gt;certificatetruststorePass="trustpw"&lt;BR /&gt;certificateTruststoreType="JCEKS"&lt;BR /&gt;/&amp;gt;&lt;BR /&gt;&amp;lt;/SSLHostConfig&amp;gt;&lt;BR /&gt;&amp;lt;/Connector&amp;gt;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 17:15:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/acs-23-2-1-enterprise-keystore-issues/m-p/118306#M32647</guid>
      <dc:creator>mparsons</dc:creator>
      <dc:date>2024-06-19T17:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 23.2.1 Enterprise keystore issues</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/acs-23-2-1-enterprise-keystore-issues/m-p/118307#M32648</link>
      <description>&lt;P&gt;In addition to documentation, this may help you to understand the task:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hub.alfresco.com/t5/news-announcements/tech-talk-live-157-slides-and-recording/ba-p/321141/jump-to/first-unread-message" target="_blank" rel="nofollow noopener noreferrer"&gt;https://hub.alfresco.com/t5/news-announcements/tech-talk-live-157-slides-and-recording/ba-p/321141/jump-to/first-unread-message&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/aborroy/alfresco-mtls-debugging-kit" target="_blank" rel="nofollow noopener noreferrer"&gt;https://github.com/aborroy/alfresco-mtls-debugging-kit&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 06:18:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/acs-23-2-1-enterprise-keystore-issues/m-p/118307#M32648</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2024-06-20T06:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 23.2.1 Enterprise keystore issues</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/acs-23-2-1-enterprise-keystore-issues/m-p/118308#M32649</link>
      <description>&lt;P&gt;Thanks I have watched the talk which provides some better detail.&amp;nbsp; However, I noticed you are using Docker and step-ca in your demo; is the Alfresco-SSL-generator tool not supported?&amp;nbsp; You also mention using the&amp;nbsp;community.sh script to generate certificates, but that doesn't apppear to be available in the Windows folder.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 15:06:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/acs-23-2-1-enterprise-keystore-issues/m-p/118308#M32649</guid>
      <dc:creator>mparsons</dc:creator>
      <dc:date>2024-06-20T15:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: ACS 23.2.1 Enterprise keystore issues</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/acs-23-2-1-enterprise-keystore-issues/m-p/118309#M32650</link>
      <description>&lt;P&gt;Also, can you let me know what file the configuration in catalina.bat should be configured for?&amp;nbsp; Is it intended to point to the file "keystore" that is generated in the&amp;nbsp;\ssl-tool-win\keystores\alfresco dir using the Alfresco SSL tool, or the ssl.keystore or ssl.truststore file?&amp;nbsp; If it is the keystore file, is it in JCEKS format and what are the passwords?&amp;nbsp; Alfresco fails to start with the error "Failed to create key: metadata in key store: Location: D:/alfresco-content-services/alf_data/keystore/keystore".&lt;/P&gt;&lt;P&gt;Documentation says to configure:&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;set “JAVA_TOOL_OPTIONS=&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;-Dencryption.keystore.type=JCEKS &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;-Dencryption.cipherAlgorithm=DESede/CBC/PKCS5Padding &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;-Dencryption.keyAlgorithm=DESede &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;-Dencryption.keystore.location=&amp;lt;TOMCAT_HOME&amp;gt;/alf_data/keystore/metadata-keystore/&lt;STRONG&gt;keystore &lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;-Dmetadata-keystore.password=mp6yc0UD9e &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;-Dmetadata-keystore.aliases=metadata &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;-Dmetadata-keystore.metadata.password=oKIWzVdEdA &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;-Dmetadata-keystore.metadata.algorithm=DESede”&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 18:27:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/acs-23-2-1-enterprise-keystore-issues/m-p/118309#M32650</guid>
      <dc:creator>mparsons</dc:creator>
      <dc:date>2024-06-20T18:27:51Z</dc:date>
    </item>
  </channel>
</rss>

