<?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 How to access Qlik Repository Service using certificate based auth from Remote Linux Machine? in Qlik Automate</title>
    <link>https://community.qlik.com/t5/Qlik-Automate/How-to-access-Qlik-Repository-Service-using-certificate-based/m-p/2000162#M1016</link>
    <description>&lt;P&gt;Dear Team, Basically I am trying to use Qlik_CLI powershell module to access Qlik Repository Service (QRS) .&lt;/P&gt;
&lt;P&gt;Ref Link : &lt;A href="https://adamhaydon.com/Qlik-Cli-Windows/" target="_blank" rel="noopener"&gt;https://adamhaydon.com/Qlik-Cli-Windows/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But requirement is I have to Run Qlik-CLI commands &lt;STRONG&gt;&lt;EM&gt;Connect-Qlik&lt;/EM&gt;&lt;/STRONG&gt; from Linux/Mac Terminal using certificate generated from Qlik QMC&lt;/P&gt;
&lt;P&gt;Ref Link : &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Export-client-certificate-and-root-certificate-to-make-API-calls/ta-p/1715515" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/Export-client-certificate-and-root-certificate-to-make-API-calls/ta-p/1715515&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Now I have taken those &lt;STRONG&gt;&lt;EM&gt;client.pfx,Server.pfx and root.cer&lt;/EM&gt;&lt;/STRONG&gt; from Qlik Server and paste in mac server inside /certificate folder&lt;/P&gt;
&lt;P&gt;Command used : &lt;STRONG&gt;Get-PfxCertificate "/Users/mac_username/Development/powershell/certificate/client.pfx" | Connect-Qlik -computername "QlikHostname" -username "Domain\adminUser" -TrustAllCerts&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error Snippet:&lt;/P&gt;
&lt;P&gt;Line | 66 | … $result = Invoke-RestMethod @paramInvokeRestMethod @params | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Unable to cast object of type 'System.Security.Cryptography.X509Certificates.X509Certificate' to type | 'System.Security.Cryptography.X509Certificates.X509Certificate2'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Request you please help with process how to Execute Qlik Cli Powershell module from remote machine using certificate while Qlik Repo Service is running inside another windows server .&lt;/P&gt;</description>
    <pubDate>Thu, 03 Nov 2022 14:09:53 GMT</pubDate>
    <dc:creator>satyaban</dc:creator>
    <dc:date>2022-11-03T14:09:53Z</dc:date>
    <item>
      <title>How to access Qlik Repository Service using certificate based auth from Remote Linux Machine?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-access-Qlik-Repository-Service-using-certificate-based/m-p/2000162#M1016</link>
      <description>&lt;P&gt;Dear Team, Basically I am trying to use Qlik_CLI powershell module to access Qlik Repository Service (QRS) .&lt;/P&gt;
&lt;P&gt;Ref Link : &lt;A href="https://adamhaydon.com/Qlik-Cli-Windows/" target="_blank" rel="noopener"&gt;https://adamhaydon.com/Qlik-Cli-Windows/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But requirement is I have to Run Qlik-CLI commands &lt;STRONG&gt;&lt;EM&gt;Connect-Qlik&lt;/EM&gt;&lt;/STRONG&gt; from Linux/Mac Terminal using certificate generated from Qlik QMC&lt;/P&gt;
&lt;P&gt;Ref Link : &lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Export-client-certificate-and-root-certificate-to-make-API-calls/ta-p/1715515" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/Export-client-certificate-and-root-certificate-to-make-API-calls/ta-p/1715515&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Now I have taken those &lt;STRONG&gt;&lt;EM&gt;client.pfx,Server.pfx and root.cer&lt;/EM&gt;&lt;/STRONG&gt; from Qlik Server and paste in mac server inside /certificate folder&lt;/P&gt;
&lt;P&gt;Command used : &lt;STRONG&gt;Get-PfxCertificate "/Users/mac_username/Development/powershell/certificate/client.pfx" | Connect-Qlik -computername "QlikHostname" -username "Domain\adminUser" -TrustAllCerts&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error Snippet:&lt;/P&gt;
&lt;P&gt;Line | 66 | … $result = Invoke-RestMethod @paramInvokeRestMethod @params | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | Unable to cast object of type 'System.Security.Cryptography.X509Certificates.X509Certificate' to type | 'System.Security.Cryptography.X509Certificates.X509Certificate2'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Request you please help with process how to Execute Qlik Cli Powershell module from remote machine using certificate while Qlik Repo Service is running inside another windows server .&lt;/P&gt;</description>
      <pubDate>Thu, 03 Nov 2022 14:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-access-Qlik-Repository-Service-using-certificate-based/m-p/2000162#M1016</guid>
      <dc:creator>satyaban</dc:creator>
      <dc:date>2022-11-03T14:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to access Qlik Repository Service using certificate based auth from Remote Linux Machine?</title>
      <link>https://community.qlik.com/t5/Qlik-Automate/How-to-access-Qlik-Repository-Service-using-certificate-based/m-p/2003500#M1035</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/77802"&gt;@satyaban&lt;/a&gt;,&lt;BR /&gt;In this forum we would be able to help you with questions related to the product Qlik Application Automation. &lt;BR /&gt;This question seems to be related to Qlik Sense, if so, could you please post your question in that forum (&lt;A href="https://community.qlik.com/t5/Qlik-Sense/ct-p/qlik-sense" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Sense/ct-p/qlik-sense&lt;/A&gt;)?&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 11:56:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Automate/How-to-access-Qlik-Repository-Service-using-certificate-based/m-p/2003500#M1035</guid>
      <dc:creator>J_Lindberg</dc:creator>
      <dc:date>2022-11-11T11:56:40Z</dc:date>
    </item>
  </channel>
</rss>

