<?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 Adding a SAN to a CSR to be used for IPSec\SSL VPN in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-a-SAN-to-a-CSR-to-be-used-for-IPSec-SSL-VPN/m-p/149427#M23948</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a 3rd party signed certificate that I use for VPN connections - the issue I have is that through the CSR generating process, I am not presented with an option to add a subject alternative name (SAN).&lt;/P&gt;&lt;P&gt;The reason I want to have a SAN in the certificate is due to other people who don't access the VPN by DNS name but by IP Address, they get an alert that the connection is not secure.&lt;/P&gt;&lt;P&gt;I use the CLI method to generate the CSR (&lt;SPAN&gt;sk69660&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the GUI method to create the CSR, we get an error generating the cert - the GUI method does have an option to add the SAN (this is where I found the GUI method - &lt;A href="https://www.entrust.com/knowledgebase/ssl/how-to-generate-a-csr-using-checkpoint-appliance" target="_blank"&gt;https://www.entrust.com/knowledgebase/ssl/how-to-generate-a-csr-using-checkpoint-appliance&lt;/A&gt;).&lt;BR /&gt;&lt;BR /&gt;Please help?&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2022 08:55:39 GMT</pubDate>
    <dc:creator>Realeboga_Mashi</dc:creator>
    <dc:date>2022-05-25T08:55:39Z</dc:date>
    <item>
      <title>Adding a SAN to a CSR to be used for IPSec\SSL VPN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-a-SAN-to-a-CSR-to-be-used-for-IPSec-SSL-VPN/m-p/149427#M23948</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a 3rd party signed certificate that I use for VPN connections - the issue I have is that through the CSR generating process, I am not presented with an option to add a subject alternative name (SAN).&lt;/P&gt;&lt;P&gt;The reason I want to have a SAN in the certificate is due to other people who don't access the VPN by DNS name but by IP Address, they get an alert that the connection is not secure.&lt;/P&gt;&lt;P&gt;I use the CLI method to generate the CSR (&lt;SPAN&gt;sk69660&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I use the GUI method to create the CSR, we get an error generating the cert - the GUI method does have an option to add the SAN (this is where I found the GUI method - &lt;A href="https://www.entrust.com/knowledgebase/ssl/how-to-generate-a-csr-using-checkpoint-appliance" target="_blank"&gt;https://www.entrust.com/knowledgebase/ssl/how-to-generate-a-csr-using-checkpoint-appliance&lt;/A&gt;).&lt;BR /&gt;&lt;BR /&gt;Please help?&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 08:55:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-a-SAN-to-a-CSR-to-be-used-for-IPSec-SSL-VPN/m-p/149427#M23948</guid>
      <dc:creator>Realeboga_Mashi</dc:creator>
      <dc:date>2022-05-25T08:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a SAN to a CSR to be used for IPSec\SSL VPN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-a-SAN-to-a-CSR-to-be-used-for-IPSec-SSL-VPN/m-p/149431#M23955</link>
      <description>&lt;P&gt;hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is no need to add the SAN to the CSR, some CA's accept to add additional SANs at the time of generation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;See if your Certificate provider can support that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you still want to add SANs to your CSR, you need to add smth like below to your&amp;nbsp;openssl.cnf file you address .&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="100%"&gt;&lt;P&gt;&lt;STRONG&gt;MAKE SURE YOU HAVE the req_extensions to get the SAN's in the CSR!!!!!!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;#&lt;/P&gt;&lt;P&gt;# req_extensions = v3_req # The extensions to add to a certificate request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;req_extensions = req_ext # The extensions to add to a certificate request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[ req_ext ]&lt;/P&gt;&lt;P&gt;subjectAltName = &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/74315"&gt;@ckp&lt;/a&gt;_names&lt;/P&gt;&lt;P&gt;[ CKP_names ]&lt;/P&gt;&lt;P&gt;DNS.1 = u-fw01.a#$#$%#$%lv.int&lt;/P&gt;&lt;P&gt;DNS.2 = u-fw02.a#$#$%#$%lv.int&lt;/P&gt;&lt;P&gt;DNS.3 = u-fw4.a#$#$%#$%lv.int&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you and have a nice week,&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 10:24:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Adding-a-SAN-to-a-CSR-to-be-used-for-IPSec-SSL-VPN/m-p/149431#M23955</guid>
      <dc:creator>Sorin_Gogean</dc:creator>
      <dc:date>2022-05-25T10:24:30Z</dc:date>
    </item>
  </channel>
</rss>

