<?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: Utility - HTTP - Load Cert from Cert Manager in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-Load-Cert-from-Cert-Manager/m-p/113126#M50658</link>
    <description>&lt;P&gt;Thank you &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/701"&gt;@Brigianakopec&lt;/a&gt;&amp;nbsp;for your inputs.&lt;/P&gt;&lt;P&gt;I have already tried providing the values without the CN value but in my case there few more params like CN. So prvoided the values only in comma seperated values but it did not work.&lt;/P&gt;&lt;P&gt;But i have managed to make it work with &lt;STRONG&gt;SubjectKeyIdentifier&lt;/STRONG&gt; value, changed the global code from subject to SubjectKeyIdentifier.&lt;/P&gt;&lt;P&gt;Also there are 2 cert stores, one is &lt;STRONG&gt;LocalMachine&lt;/STRONG&gt; and another one is &lt;STRONG&gt;CurrentUser&lt;/STRONG&gt;. i had to refere the cert from CurrentUser, so updated the code to CurrentUser cert store and it worked.&lt;/P&gt;&lt;P&gt;The changes to be done is into Intialize page Global Code and Load Certificate action.&lt;/P&gt;</description>
    <pubDate>Fri, 16 Aug 2024 01:57:43 GMT</pubDate>
    <dc:creator>Nandhakumar</dc:creator>
    <dc:date>2024-08-16T01:57:43Z</dc:date>
    <item>
      <title>Utility - HTTP - Load Cert from Cert Manager</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-Load-Cert-from-Cert-Manager/m-p/113095#M50647</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm currently working on a API, where i have the cert's installed into certmgr, which is required to make the connection. I'm using below actions but unable to resolve the issue, please let me know if anyone has faced similar issues.&lt;/P&gt;&lt;P&gt;1. Using HTTP Utility v10.0.2 - Load Certificate Action&lt;/P&gt;&lt;P&gt;Passing the Subject value of the installed cert from certmgr screen&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nandhakumar_0-1723629606925.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39133i07D491BBE65C5B48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nandhakumar_0-1723629606925.png" alt="Nandhakumar_0-1723629606925.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When i try to run this stage, getting the error that "Could not execute the code stage - object reference not set to a instance of an object"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can anyone tried referring the cert installed in certmgr via blueprism?&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Aug 2024 10:00:25 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-Load-Cert-from-Cert-Manager/m-p/113095#M50647</guid>
      <dc:creator>Nandhakumar</dc:creator>
      <dc:date>2024-08-14T10:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Utility - HTTP - Load Cert from Cert Manager</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-Load-Cert-from-Cert-Manager/m-p/113122#M50656</link>
      <description>&lt;P&gt;Could you provide a screenshot of the parameters you put?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Make sure you enter the subject without the CN:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Brigianakopec_0-1723738737447.png" style="width: 400px;"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/39140iF300C9103912A976/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Brigianakopec_0-1723738737447.png" alt="Brigianakopec_0-1723738737447.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2024 16:19:11 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-Load-Cert-from-Cert-Manager/m-p/113122#M50656</guid>
      <dc:creator>Brigianakopec</dc:creator>
      <dc:date>2024-08-15T16:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Utility - HTTP - Load Cert from Cert Manager</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-Load-Cert-from-Cert-Manager/m-p/113126#M50658</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/701"&gt;@Brigianakopec&lt;/a&gt;&amp;nbsp;for your inputs.&lt;/P&gt;&lt;P&gt;I have already tried providing the values without the CN value but in my case there few more params like CN. So prvoided the values only in comma seperated values but it did not work.&lt;/P&gt;&lt;P&gt;But i have managed to make it work with &lt;STRONG&gt;SubjectKeyIdentifier&lt;/STRONG&gt; value, changed the global code from subject to SubjectKeyIdentifier.&lt;/P&gt;&lt;P&gt;Also there are 2 cert stores, one is &lt;STRONG&gt;LocalMachine&lt;/STRONG&gt; and another one is &lt;STRONG&gt;CurrentUser&lt;/STRONG&gt;. i had to refere the cert from CurrentUser, so updated the code to CurrentUser cert store and it worked.&lt;/P&gt;&lt;P&gt;The changes to be done is into Intialize page Global Code and Load Certificate action.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 01:57:43 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Utility-HTTP-Load-Cert-from-Cert-Manager/m-p/113126#M50658</guid>
      <dc:creator>Nandhakumar</dc:creator>
      <dc:date>2024-08-16T01:57:43Z</dc:date>
    </item>
  </channel>
</rss>

