<?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 Re: Access SSL ACS with Certificate from ADF in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41534#M17417</link>
    <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/16524"&gt;@abbask01&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This option we have tried and it's not working. Asking for Certificate on clicking Login button in ADF login page.&lt;/P&gt;&lt;P&gt;Also, this will be useful while running ADF locally. We are going to deploy build pacakge dist in tomcat. Hence, how can we pass certificate and key while building the application?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2020 14:14:20 GMT</pubDate>
    <dc:creator>jigir_shah</dc:creator>
    <dc:date>2020-10-08T14:14:20Z</dc:date>
    <item>
      <title>Access SSL ACS with Certificate from ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41532#M17415</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;We generated our ADF v3.8 application using yeoman generator and building application using npm run build. Hence, deployment package is being generated in dist folder.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Before build, we modify app.config.json file and put EcmHost as ACS 6.2.1 endpoints.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;We put this generated package folder in tomcat/webapps folder.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;On accessing it, ADF application is working fine.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Now, if our ACS is running on SSL without Certificate configuration, ADF works fine. However, when our ACS is configured with certificates, we are getting not able to access ACS from ADF application and giving certificate related issue.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;In our setup, ACS is configured using SSL Key-store and Trust-store using configurations in server.xml of tomcat. In Share side, we are passing p12 certificate file and password in remote tag of share-config-custom.xml file and share is working fine with this.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;&lt;SPAN&gt;&lt;FONT color="#000000"&gt;Same way, we would like to access ACS from ADF itself. Hence, I would like to know what all configuration needed in my ADF application to get this working? How can I pass p12 certificate and password with ecmHost URL? Is it possible? What all configurations needed?&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 04:58:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41532#M17415</guid>
      <dc:creator>jigir_shah</dc:creator>
      <dc:date>2020-10-06T04:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Access SSL ACS with Certificate from ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41533#M17416</link>
      <description>&lt;P&gt;angular requires you to provide the certificate and key in order to access SSL secured backend&lt;/P&gt;&lt;P&gt;Using openSSL generate certificate and key file from your pkcs12&lt;/P&gt;&lt;P&gt;in you &lt;STRONG&gt;angular.json&amp;nbsp;&lt;/STRONG&gt;provide these config, in &lt;EM&gt;&lt;STRONG&gt;serve &amp;gt; options&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;PRE&gt;"sslKey": "&amp;lt;path-to-cert&amp;gt;/server.key",
"sslCert": "&amp;lt;path-to-cert&amp;gt;/server.crt",&lt;/PRE&gt;&lt;P&gt;then while running the app&lt;/P&gt;&lt;PRE&gt;ng serve --ssl true&lt;/PRE&gt;&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:57:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41533#M17416</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2020-10-08T13:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Access SSL ACS with Certificate from ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41534#M17417</link>
      <description>&lt;P&gt;Hi &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/16524"&gt;@abbask01&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;This option we have tried and it's not working. Asking for Certificate on clicking Login button in ADF login page.&lt;/P&gt;&lt;P&gt;Also, this will be useful while running ADF locally. We are going to deploy build pacakge dist in tomcat. Hence, how can we pass certificate and key while building the application?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 14:14:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41534#M17417</guid>
      <dc:creator>jigir_shah</dc:creator>
      <dc:date>2020-10-08T14:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Access SSL ACS with Certificate from ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41535#M17418</link>
      <description>&lt;P&gt;yea what i dscribe would only work for running on a node server. try installing certificate on tomcat on which your aca app is deployed.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 14:27:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41535#M17418</guid>
      <dc:creator>abbask01</dc:creator>
      <dc:date>2020-10-08T14:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Access SSL ACS with Certificate from ADF</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41536#M17419</link>
      <description>&lt;P&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/16524"&gt;@abbask01&lt;/A&gt;&amp;nbsp;we have already installed certificates at tomcat server side. However, it would need Client certificate to get authenticated. Hence, my query is how can this client certificate be passed from ADF layer? Is it possible?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 14:39:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/access-ssl-acs-with-certificate-from-adf/m-p/41536#M17419</guid>
      <dc:creator>jigir_shah</dc:creator>
      <dc:date>2020-10-08T14:39:35Z</dc:date>
    </item>
  </channel>
</rss>

