<?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>idea Re: Automated SSL generator using Let's Encrypt in Suggest an Idea</title>
    <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1857837#M7769</link>
    <description>&lt;P&gt;That's fine if you have your Qlik Sense server exposed publicly though.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Nov 2021 17:07:38 GMT</pubDate>
    <dc:creator>davidgasperoni</dc:creator>
    <dc:date>2021-11-10T17:07:38Z</dc:date>
    <item>
      <title>Automated SSL generator using Let's Encrypt</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idi-p/1558224</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Pls add auto generation HTTPS-cerificate while install Qlik Sense Server using&amp;nbsp;&lt;A href="https://letsencrypt.org/" target="_blank" rel="noopener"&gt;https://letsencrypt.org/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Or made option to select : self-signed(windows) , letsencrypt or corporation certificate.&lt;/P&gt;
&lt;P&gt;Let's Encrypt is free and open source certificate tool for HTTPS protocol&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I Think this addition can help to resolve many problems with ssl.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 06:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idi-p/1558224</guid>
      <dc:creator>Chernov</dc:creator>
      <dc:date>2020-04-30T06:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Automated SSL generator using Let's Encrypt</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1566256#M553</link>
      <description>&lt;P&gt;yes, i want this too. Generating and maintaining a Letsencrypt certificate is not hard with IIS, however there is no has renewal (thumbprint) within Qliksense.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2019 08:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1566256#M553</guid>
      <dc:creator>holboxgroup</dc:creator>
      <dc:date>2019-04-08T08:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Automated SSL generator using Let's Encrypt</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1704854#M2270</link>
      <description>&lt;P&gt;It would be so useful!&lt;BR /&gt;&lt;BR /&gt;Upvote! &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 08:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1704854#M2270</guid>
      <dc:creator>AndreaR</dc:creator>
      <dc:date>2020-05-25T08:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Automated SSL generator using Let's Encrypt</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1747737#M3613</link>
      <description>&lt;P&gt;FWIW, you can use&amp;nbsp;&lt;A href="https://www.win-acme.com" target="_self"&gt;win-acme&lt;/A&gt;&amp;nbsp; to obtain a certificate and setup automatic renewal... the problem I have is that changing the thumbprint for the proxy node requires copying it by hand and pasting it in the QMC. Does anyone one of a way to perform such a change via command-line or programmatically?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 13:58:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1747737#M3613</guid>
      <dc:creator>davidgasperoni</dc:creator>
      <dc:date>2020-09-28T13:58:20Z</dc:date>
    </item>
    <item>
      <title>Re: Automated SSL generator using Let's Encrypt</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1747757#M3614</link>
      <description>&lt;P&gt;If you are ok with using a reverse proxy such as Traefik in front of Qlik Sense, you can use Traefik to automatically manage the TLS certs for you.&lt;/P&gt;&lt;P&gt;Works really, really well and as a bonus you get &lt;A href="https://www.linkedin.com/posts/gorsan_qliksense-traefik-qlikluminary-activity-6715185591257993216-COzW" target="_self"&gt;observability&lt;/A&gt; of the traffic going to Sense. This means things like http/network level stats on how many and what requests are sent to Sense, how many return http errors, response times etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The whole processes for setting up TLS certs with step-by-step instructions is described in the blog post &lt;A href="https://ptarmiganlabs.com/blog/2020/09/16/superpowers-to-qlik-sense-enterprise-part-2-free-https-certificates-from-lets-encrypt/" target="_blank"&gt;Superpowers to Qlik Sense Enterprise, part 2: Free https certificates from Let’s Encrypt&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Disclaimer: I am the author of that blog post and the LinkedIn post.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 14:34:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1747757#M3614</guid>
      <dc:creator>mountaindude</dc:creator>
      <dc:date>2020-09-28T14:34:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automated SSL generator using Let's Encrypt</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1747807#M3619</link>
      <description>&lt;P&gt;Thank you for your response! Though, I think I managed to set up automatic renewal from Let's Encrypt and automated certificate thumbprint update with&amp;nbsp;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows" target="_self"&gt;ahaydon/Qlik-Cli-Windows&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Basically, in the win-acme configuration, I added an extra step after renewal, using `powershell.exe` as script, and as parameter `Update-QlikProxy -id [my-proxy-id] -SslBrowserCertificateThumbprint {CertThumbprint}`. This seems to do the trick!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1747807#M3619</guid>
      <dc:creator>davidgasperoni</dc:creator>
      <dc:date>2020-09-28T16:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: Automated SSL generator using Let's Encrypt</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1762522#M4311</link>
      <description>&lt;P&gt;Hi Guys.&amp;nbsp;&lt;BR /&gt;I've tried for a couple of days now - to get the certificate from Letsencrypt.&amp;nbsp;&lt;BR /&gt;But it'll look like It will not update the certificate.&amp;nbsp;&lt;BR /&gt;I've using win-acme and was getting a valid certificate - placed in Personal folder- But even after inserting the thumbprint - it'll still only shows the local selfsifned certificate - when access Qlik !&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So basicly I have a Valid Certificate from lets encrypt - But even following the different guide and powershell script - it'll still only shows the local selfsigned certificate from the Qlik Installation&lt;/P&gt;&lt;P&gt;What am I missing h&lt;/P&gt;&lt;P&gt;ere - since the problem remains the same!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 10:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1762522#M4311</guid>
      <dc:creator>mathiassen</dc:creator>
      <dc:date>2020-11-18T10:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automated SSL generator using Let's Encrypt</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1762888#M4327</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/16981"&gt;@mathiassen&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Getting the certificate was the hard part in my experience! So I guess you're doing well already!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When I run wacs.exe and choose "Manage renewals" and then "Show details for the renewal", among other stuff this is what it is showing me:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="I blurred the id, not that it really is sensitive... but still!" style="width: 648px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/44452iAD32E47FB24EDFEA/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_2020-11-19_at_12_24_52.png" alt="I blurred the id, not that it really is sensitive... but still!" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;I blurred the id, not that it really is sensitive... but still!&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you try running that command on it's own? Does it do anything? Actually one more step back: if you manually update the Thumbprint from the QMC, does it work? Does it pickup the certificate and allows for proper browsing of Qlik without security notices?&lt;/P&gt;&lt;P&gt;If yes, then the next step is automation: to recap, you need to install&amp;nbsp;&lt;A href="https://github.com/ahaydon/Qlik-Cli-Windows" target="_self"&gt;ahaydon/Qlik-Cli-Windows&lt;/A&gt;&amp;nbsp;in PowerShell first. Then try to update the Thumbprint with the command that I captured above, making sure you use your correct proxy id. To manually test is enough to launch PowerShell and just type "Update-QlikProxy etc etc...", but when configuring wacs.exe, the "script" to use is the PowerShell executable and everything else is parameters.&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 11:36:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1762888#M4327</guid>
      <dc:creator>davidgasperoni</dc:creator>
      <dc:date>2020-11-19T11:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automated SSL generator using Let's Encrypt</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1857750#M7767</link>
      <description>&lt;P&gt;the shortcut way is:&lt;/P&gt;
&lt;P&gt;- install IIS on the same server on qlik sense&lt;/P&gt;
&lt;P&gt;- change Qlik Sense proxy port (for example 8080 to http and 4343 for https)&lt;/P&gt;
&lt;P&gt;- configure IIS for proxy reverse to localhost 8080 and localhost 4343&lt;/P&gt;
&lt;P&gt;- using ACME for certificate IIS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 14:59:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1857750#M7767</guid>
      <dc:creator>vinicius_rosa</dc:creator>
      <dc:date>2021-11-10T14:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: Automated SSL generator using Let's Encrypt</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1857837#M7769</link>
      <description>&lt;P&gt;That's fine if you have your Qlik Sense server exposed publicly though.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 17:07:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1857837#M7769</guid>
      <dc:creator>davidgasperoni</dc:creator>
      <dc:date>2021-11-10T17:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: Automated SSL generator using Let's Encrypt - Status changed to: Closed - Declined</title>
      <link>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1889885#M8683</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/32247"&gt;@Chernov&lt;/a&gt;&amp;nbsp;for the idea and we know it has been here for a while. We did some investigation and we have to unfortunately let you know that we are not able to change the installer flow like that. You can of course configure the deployment with your certificate of choice via the QMC, but after the installation has finished.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;</description>
      <pubDate>Mon, 07 Feb 2022 17:46:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Suggest-an-Idea/Automated-SSL-generator-using-Let-s-Encrypt/idc-p/1889885#M8683</guid>
      <dc:creator>Thomas_Hopp</dc:creator>
      <dc:date>2022-02-07T17:46:27Z</dc:date>
    </item>
  </channel>
</rss>

