<?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: What is the purpose of QlikClient Certificate? in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498961#M29193</link>
    <description>&lt;P&gt;This will be simplified, but let's imagine the journey of a reload task that is scheduled at 9AM:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The Repository Service checks the Repository Database for the schedule&lt;/LI&gt;
&lt;LI&gt;On the appointed time, the Repository Service checks to see what Scheduler Services are running and permitted to perform reloads (Slave, Worker)&lt;/LI&gt;
&lt;LI&gt;Each Scheduler Service requests their local Engine's current load&lt;/LI&gt;
&lt;LI&gt;Each Scheduler Service reports back the current load to the Repository&lt;/LI&gt;
&lt;LI&gt;The Repository Service allocates the reload task to the least busy Scheduler Service&lt;/LI&gt;
&lt;LI&gt;The appointed Scheduler Service tells its local Engine to perform the reload&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;In each of steps 2-6, a service is acting as the client (also known as making a request) and another service is acting as a server (also known as receiving a request / replying to the request). In step 2, the QRS is the client and the QSS is the server. In each of these exchanges, the client service will send the QlikClient certificate to both encrypt the traffic and verify the authenticity of the request and the server service will use the server certificate to receive traffic.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Dec 2024 14:42:19 GMT</pubDate>
    <dc:creator>Levi_Turner</dc:creator>
    <dc:date>2024-12-20T14:42:19Z</dc:date>
    <item>
      <title>What is the purpose of QlikClient Certificate?</title>
      <link>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498872#M29192</link>
      <description>&lt;P&gt;I'm trying to understand what QlikClient certificate is used for. More specifically, I'm referring to this certificate:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mbespartochnyy_0-1734655233462.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/175930iF10AF9430C2B4007/image-size/large?v=v2&amp;amp;px=999" role="button" title="mbespartochnyy_0-1734655233462.png" alt="mbespartochnyy_0-1734655233462.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The best explanation I found is in &lt;A title="Service certificates" href="https://help.qlik.com/en-US/sense-admin/November2024/Subsystems/DeployAdministerQSE/Content/Sense_DeployAdminister/QSEoW/Administer_QSEoW/Managing_QSEoW/service-certificates.htm" target="_blank" rel="noopener"&gt;this Qlik documentation&lt;/A&gt; which states:&lt;/P&gt;
&lt;P&gt;"&lt;FONT color="#333333"&gt;&lt;EM&gt;The client certificate and client private key are used for client authentication &lt;STRONG&gt;when your service acts as a client&lt;/STRONG&gt;, that is, when your service calls an&amp;nbsp;API&lt;/EM&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT color="#333333"&gt;&lt;EM&gt;&amp;nbsp;in another service.&lt;/EM&gt;&lt;/FONT&gt;"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;That probably makes sense to someone who is knowledgeable in cybersecurity and networking space but, admittedly, I'm struggling to understand what that means.&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;When I read that sentence I though "&lt;EM&gt;When my service acts as a client? What service of mine is it talking about?&lt;/EM&gt;"&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Plus it's not 100% clear that it's talking about QlikClient certificate so that document might not be relevant at all.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Does anyone know what role the QlikClient certificate plays in a Qlik Sense server? When is this certificate being used and what for?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2025 16:21:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498872#M29192</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2025-01-29T16:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: What is the purpose of QlikClient Certificate?</title>
      <link>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498961#M29193</link>
      <description>&lt;P&gt;This will be simplified, but let's imagine the journey of a reload task that is scheduled at 9AM:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The Repository Service checks the Repository Database for the schedule&lt;/LI&gt;
&lt;LI&gt;On the appointed time, the Repository Service checks to see what Scheduler Services are running and permitted to perform reloads (Slave, Worker)&lt;/LI&gt;
&lt;LI&gt;Each Scheduler Service requests their local Engine's current load&lt;/LI&gt;
&lt;LI&gt;Each Scheduler Service reports back the current load to the Repository&lt;/LI&gt;
&lt;LI&gt;The Repository Service allocates the reload task to the least busy Scheduler Service&lt;/LI&gt;
&lt;LI&gt;The appointed Scheduler Service tells its local Engine to perform the reload&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;In each of steps 2-6, a service is acting as the client (also known as making a request) and another service is acting as a server (also known as receiving a request / replying to the request). In step 2, the QRS is the client and the QSS is the server. In each of these exchanges, the client service will send the QlikClient certificate to both encrypt the traffic and verify the authenticity of the request and the server service will use the server certificate to receive traffic.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 14:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498961#M29193</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2024-12-20T14:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: What is the purpose of QlikClient Certificate?</title>
      <link>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498987#M29194</link>
      <description>&lt;P&gt;Ah, I think I understand it now! While Qlik Sense is operational, the services that are operating it are &lt;STRONG&gt;constantly communicating with each other&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;To secure these communications, when a Qlik Sense service is &lt;STRONG&gt;making&lt;/STRONG&gt; a request (acting as a client) it is encrypting the request using &lt;STRONG&gt;QlikClient&lt;/STRONG&gt; certificate and its private key.&lt;/P&gt;
&lt;P&gt;And when a Qlik Sense service is &lt;STRONG&gt;responding&lt;/STRONG&gt; to a request, it is encrypting the response using the &lt;STRONG&gt;server&lt;/STRONG&gt; certificate and it's private key.&lt;/P&gt;
&lt;P&gt;Then, to complete the picture, there's also a server certificate that is stored in Trusted Root Certification Authorities store which is used to validate authenticity of both QlikClient and server certificates.&lt;/P&gt;
&lt;P&gt;In short, &lt;STRONG&gt;QlikClient&lt;/STRONG&gt; certificate is used to &lt;STRONG&gt;encrypt communications&lt;/STRONG&gt; of Qlik Sense services whenever a Qlik Sense service &lt;STRONG&gt;takes on a role of a client&lt;/STRONG&gt; (i.e. is making a request). Is that right?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 18:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498987#M29194</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2024-12-20T18:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: What is the purpose of QlikClient Certificate?</title>
      <link>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498989#M29195</link>
      <description>&lt;P&gt;Broadly, yes. To be technical, the certificate in the Trusted Root store (MMC &amp;gt; Certs &amp;gt; doesn't matter the store &amp;gt; Trusted Root) and the&amp;nbsp;&lt;STRONG&gt;server&lt;/STRONG&gt; certificate (MMC &amp;gt; Certs &amp;gt; Local Server &amp;gt; Personal) aren't the same thing. The root is the root. It is used to generate the server and client. That chain of trust is validated when using certs for inter-service communication (and API calls).&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 18:25:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498989#M29195</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2024-12-20T18:25:47Z</dc:date>
    </item>
    <item>
      <title>Re: What is the purpose of QlikClient Certificate?</title>
      <link>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498990#M29196</link>
      <description>&lt;P&gt;Understood. Thank you!&lt;/P&gt;
&lt;P&gt;P.S. I appreciate you adding an example. I love examples! They help translate unfamiliar topics to something relatable and familiar. Seven years I worked with Qlik Sense and this is the first time I finally able to get clarity on what the QlikClient cert is used for. Your answer and example helped. Thanks again!&lt;/P&gt;</description>
      <pubDate>Fri, 20 Dec 2024 18:57:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/What-is-the-purpose-of-QlikClient-Certificate/m-p/2498990#M29196</guid>
      <dc:creator>mbespartochnyy</dc:creator>
      <dc:date>2024-12-20T18:57:12Z</dc:date>
    </item>
  </channel>
</rss>

