<?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: How to create a self signed certificate with openssl? in Spark Firewall (SMB)</title>
    <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242257#M12128</link>
    <description>&lt;P&gt;How to get a .p12 certificate can be found in &lt;A href="https://support.checkpoint.com/results/sk/sk170395" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk170395&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Feb 2025 10:50:54 GMT</pubDate>
    <dc:creator>G_W_Albrecht</dc:creator>
    <dc:date>2025-02-25T10:50:54Z</dc:date>
    <item>
      <title>How to create a self signed certificate with openssl?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242193#M12116</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;I'm trying to create a self-signed certificate using OpenSSL, but I keep running into an issue where the certificate is recognized as invalid.&lt;/P&gt;&lt;P&gt;I followed these steps to create the certificate:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;Generating the Private Key&lt;/P&gt;&lt;P&gt;openssl genrsa -out my_private.key 2048&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Creating the Certificate Signing Request (CSR)&lt;/P&gt;&lt;P&gt;openssl req -new -key my_private.key -out my_request.csr&lt;/P&gt;&lt;P&gt;I filled in the required details like Common Name (CN), organization, and location.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Creating the Self-Signed Certificate&lt;/P&gt;&lt;P&gt;openssl x509 -req -in my_request.csr -signkey my_private.key -out my_certificate.crt -days 365 -sha256&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Converting to PFX for Import&lt;/P&gt;&lt;P&gt;openssl pkcs12 -export -out my_certificate.pfx -inkey my_private.key -in my_certificate.crt -passout pass:MySecurePassword&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Everything seems to be correct, but when I try to use the certificate, my system or application says it is invalid.&lt;/P&gt;&lt;P&gt;I checked the certificate details with:&lt;/P&gt;&lt;P&gt;openssl x509 -in my_certificate.crt -noout -text&lt;/P&gt;&lt;P&gt;The output seems fine, but it still doesn’t work.&lt;/P&gt;&lt;P&gt;Could the issue be related to a missing CA certificate, incorrect signing, or something else in my OpenSSL setup?&lt;/P&gt;&lt;P&gt;I’d really appreciate any help or advice on what could be causing this. Has anyone else experienced this problem?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Rafael&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 21:34:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242193#M12116</guid>
      <dc:creator>LM-Rafael</dc:creator>
      <dc:date>2025-02-24T21:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a self signed certificate with openssl?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242196#M12117</link>
      <description>&lt;P&gt;Maybe it is a stupid comment. But for me it is normal an application / browser will give a warning because it is self-signed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And with system you mean a Check Point device? Because I don't see how it is related yet.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 21:50:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242196#M12117</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2025-02-24T21:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a self signed certificate with openssl?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242203#M12118</link>
      <description>&lt;P&gt;Sry.&lt;/P&gt;&lt;P&gt;I want to upload the self-signed certificate to my 1600 appliance. But i get from the appliance web interface the error message: "Invalid Certificate or Password is Wrong". But the Password is correct!&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 22:04:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242203#M12118</guid>
      <dc:creator>LM-Rafael</dc:creator>
      <dc:date>2025-02-24T22:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a self signed certificate with openssl?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242221#M12120</link>
      <description>&lt;P&gt;Maybe wrong cert extension?&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 01:37:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242221#M12120</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-02-25T01:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a self signed certificate with openssl?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242222#M12121</link>
      <description>&lt;P&gt;Reason&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/78488"&gt;@LM-Rafael&lt;/a&gt;&amp;nbsp;why I asked last question about extension of the cert is because whenever you try to upload any sort of cert, regardless if its for the fw or anything else, it will always come up with predefined (for the lack of the better word) extension, so say if you see .p12 there, then certificate HAS TO be in that format, nothing else would work.&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 01:51:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242222#M12121</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-02-25T01:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a self signed certificate with openssl?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242244#M12124</link>
      <description>&lt;P&gt;I think you have to upload a .p12&lt;/P&gt;
&lt;P&gt;Atleast in SmartConsole it is always a .p12. I assume this is locally managed?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 08:52:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242244#M12124</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2025-02-25T08:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a self signed certificate with openssl?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242245#M12125</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/78488"&gt;@LM-Rafael&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I usually user XCA to handle certificates.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://hohnstaedt.de/xca/" target="_blank"&gt;https://hohnstaedt.de/xca/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This is really good tool&lt;/P&gt;
&lt;P&gt;Akos&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 09:19:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242245#M12125</guid>
      <dc:creator>AkosBakos</dc:creator>
      <dc:date>2025-02-25T09:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a self signed certificate with openssl?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242257#M12128</link>
      <description>&lt;P&gt;How to get a .p12 certificate can be found in &lt;A href="https://support.checkpoint.com/results/sk/sk170395" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk170395&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 10:50:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242257#M12128</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2025-02-25T10:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a self signed certificate with openssl?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242264#M12130</link>
      <description>&lt;P&gt;I think so too Lesley. Thats the only extension I ever see when trying to upload fw cert.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 12:01:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-to-create-a-self-signed-certificate-with-openssl/m-p/242264#M12130</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-02-25T12:01:57Z</dc:date>
    </item>
  </channel>
</rss>

