<?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: Incorrect password when importing SSL certificate into Mobile Access blade in SASE and Remote Access</title>
    <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/214202#M6462</link>
    <description>&lt;P&gt;Thanks for nothing, Check Point. Using pre-historic versions…&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":pouting_face:"&gt;😡&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I do this veeery rarely and it took me nearly an hour, before I consulted Google. Looked for an error on my side, stupid me. I should have known better…&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_steam_from_nose:"&gt;😤&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 16:18:16 GMT</pubDate>
    <dc:creator>Oliver_Fink</dc:creator>
    <dc:date>2024-05-14T16:18:16Z</dc:date>
    <item>
      <title>Solved: Incorrect password when importing SSL certificate into Mobile Access blade</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/153150#M6456</link>
      <description>&lt;P class=""&gt;I am trying to upload a certificate to the Mobile Access blade (Gateway Properties &amp;gt; Mobile Access &amp;gt; Portal Settings &amp;gt; Import). However, I am always receiving an incorrect password error. I am generating the P12 file using a certificate and private key, both in PEM format, with the following command.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;openssl pkcs12 -export -out p12file.p12 -inkey private-key.pem -in wildcard-cert.pem -passin pass:MyPassword -passout pass:MyPassword&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Solution&lt;/STRONG&gt;: Use openssl version 1.1.1 with the above command. I was using version 3.x.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 18:36:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/153150#M6456</guid>
      <dc:creator>RickyDan</dc:creator>
      <dc:date>2022-07-17T18:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect password when importing SSL certificate into Mobile Access blade</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/153151#M6457</link>
      <description>&lt;P&gt;Let me double check, but I believe command seems correct.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 13:27:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/153151#M6457</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2022-07-17T13:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect password when importing SSL certificate into Mobile Access blade</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/153152#M6458</link>
      <description>&lt;P&gt;using cpopenssl or openssl version 1.1.1,&lt;/P&gt;&lt;P&gt;if using openssl 3.x that will cause password error&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 14:05:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/153152#M6458</guid>
      <dc:creator>Jarvis_Lin</dc:creator>
      <dc:date>2022-07-17T14:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect password when importing SSL certificate into Mobile Access blade</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/153163#M6459</link>
      <description>&lt;P&gt;So what you're saying is that the CP mgmt server has openssl installed and I should be generating the P12 file on the mgmt server itself?&lt;/P&gt;&lt;P&gt;I assume I have to take the following steps:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Upload certificate file and private key to CP mgmt server.&lt;/LI&gt;&lt;LI&gt;Use cpopenssl to generate my P12 file.&lt;/LI&gt;&lt;LI&gt;Import P12 file into Mobile Access blade.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sun, 17 Jul 2022 17:10:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/153163#M6459</guid>
      <dc:creator>RickyDan</dc:creator>
      <dc:date>2022-07-17T17:10:06Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect password when importing SSL certificate into Mobile Access blade</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/153164#M6460</link>
      <description>&lt;P&gt;mgmt server only has cpopenssl which version is 1.1.1.&lt;/P&gt;&lt;P&gt;your step is correct.&lt;/P&gt;&lt;P&gt;If you want to &lt;SPAN&gt;generate .p12 on third party server, the version of openssl must be 1.1.1 or you get error password is incorrect.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 17:44:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/153164#M6460</guid>
      <dc:creator>Jarvis_Lin</dc:creator>
      <dc:date>2022-07-17T17:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Solved: Incorrect password when importing SSL certificate into Mobile Access blade</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/206253#M6461</link>
      <description>&lt;P&gt;You can simply add the -legacy option to the command. Tested with OpenSSL 3.0.12 24 Oct 2023.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 01:07:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/206253#M6461</guid>
      <dc:creator>Aleksandr_Koles</dc:creator>
      <dc:date>2024-02-16T01:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: Incorrect password when importing SSL certificate into Mobile Access blade</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/214202#M6462</link>
      <description>&lt;P&gt;Thanks for nothing, Check Point. Using pre-historic versions…&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":pouting_face:"&gt;😡&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I do this veeery rarely and it took me nearly an hour, before I consulted Google. Looked for an error on my side, stupid me. I should have known better…&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_steam_from_nose:"&gt;😤&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 16:18:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/214202#M6462</guid>
      <dc:creator>Oliver_Fink</dc:creator>
      <dc:date>2024-05-14T16:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Solved: Incorrect password when importing SSL certificate into Mobile Access blade</title>
      <link>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/225357#M6463</link>
      <description>&lt;P&gt;This is how it worked for me with windows OS only and without the use of openssl or &lt;SPAN&gt;cpopenssl&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;Assuming you already have the certificate with private key in windows certificates store&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Export the certificate with private key from windows to this format&amp;nbsp;&lt;SPAN&gt;'TripleDES-SHA1' (Not 'AES256-SHA256'). &lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;This will create a &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;.pfx&lt;/FONT&gt;&lt;/STRONG&gt; file.&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Rename the file to .&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;p12&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Import the .&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;p12 &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;file&amp;nbsp;&lt;SPAN&gt;to CheckPoint&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Mon, 02 Sep 2024 14:11:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/SASE-and-Remote-Access/Solved-Incorrect-password-when-importing-SSL-certificate-into/m-p/225357#M6463</guid>
      <dc:creator>Emil_T</dc:creator>
      <dc:date>2024-09-02T14:11:20Z</dc:date>
    </item>
  </channel>
</rss>

