<?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: Certificate argument - Exporting and importing Security rules using Qlik-Cli in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/Certificate-argument-Exporting-and-importing-Security-rules/m-p/2446780#M27134</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/154470"&gt;@aruneshgupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you haven´t already can you check the instructions in the below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Establishing-a-connection" target="_blank"&gt;https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Establishing-a-connection&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 08:56:58 GMT</pubDate>
    <dc:creator>Maria_Halley</dc:creator>
    <dc:date>2024-04-30T08:56:58Z</dc:date>
    <item>
      <title>Certificate argument - Exporting and importing Security rules using Qlik-Cli</title>
      <link>https://community.qlik.com/t5/Management-Governance/Certificate-argument-Exporting-and-importing-Security-rules/m-p/2443623#M27091</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;I need your help!&lt;/P&gt;
&lt;P&gt;I am using below thread to import and export Qliksense Security rule. I just changed the server ? name in the script and then running the script.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is asking to pass certrficate ? I am not sure what should I pass here ? Please suggest ?&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Arunesh Kumar&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/Exporting-and-importing-Security-rules-using-Qlik-Cli/ta-p/1717288" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Official-Support-Articles/Exporting-and-importing-Security-rules-using-Qlik-Cli/ta-p/1717288&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="ckeditor_codeblock"&gt;Connect-Qlik -computername "QlikSenseServer.company.com"
# This will export the custom security rules and output them as secrules.json
Get-QlikRule -filter "type eq 'Custom' and category eq 'security'" -full -raw  | ConvertTo-Json  | Out-File secrules.json
# This will import secrules.json into a Sense site
# The ideal use case would be to move the developedsecurity rules from one environment to another, so connecting to another Sense site would likely be needed here
Get-Content -raw .\secrules.json |% {$_ -replace '.*"id":.*','' } | ConvertFrom-Json | Import-QlikObject&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2024 17:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Certificate-argument-Exporting-and-importing-Security-rules/m-p/2443623#M27091</guid>
      <dc:creator>aruneshgupta</dc:creator>
      <dc:date>2024-04-22T17:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate argument - Exporting and importing Security rules using Qlik-Cli</title>
      <link>https://community.qlik.com/t5/Management-Governance/Certificate-argument-Exporting-and-importing-Security-rules/m-p/2446780#M27134</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/154470"&gt;@aruneshgupta&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you haven´t already can you check the instructions in the below link&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Establishing-a-connection" target="_blank"&gt;https://github.com/ahaydon/Qlik-Cli-Windows/wiki/Establishing-a-connection&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 08:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/Certificate-argument-Exporting-and-importing-Security-rules/m-p/2446780#M27134</guid>
      <dc:creator>Maria_Halley</dc:creator>
      <dc:date>2024-04-30T08:56:58Z</dc:date>
    </item>
  </channel>
</rss>

