<?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: Certificate Renewal - how is this task processed - Reporting options required in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29258#M2336</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moving to &lt;A href="https://community.checkpoint.com/space/2057"&gt;Appliances and Gaia&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Every time you connect to one of the web portals, the public certificate of that portal should be offered.&lt;/P&gt;&lt;P&gt;This is how TLS works.&lt;/P&gt;&lt;P&gt;I suppose you could&amp;nbsp;use something like the following to programmatically evaluate the various portals:&amp;nbsp;&lt;A class="link-titled" href="https://prefetch.net/articles/checkcertificate.html" title="https://prefetch.net/articles/checkcertificate.html"&gt;Proactively Handling Certificate Expiration With ssl-cert-check -- Prefetch Technologies&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSH keys are not issued by a certificate authority.&lt;/P&gt;&lt;P&gt;They are almost always internally generated and do not have an expiration date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Feb 2018 23:01:17 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2018-02-13T23:01:17Z</dc:date>
    <item>
      <title>Certificate Renewal - how is this task processed - Reporting options required</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29257#M2335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me to check the certificates installed on Check Point appliances?. I have two requirements, need to check whether these appliance/gateways are installed valid certificate for WebUI and SSH access and what is the validity and expiry date and who provided the certificate (ether ICA or third-party&amp;nbsp;certificate authority)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any update on this is greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Somasekharan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 13:27:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29257#M2335</guid>
      <dc:creator>Somasekharan_Va</dc:creator>
      <dc:date>2018-02-13T13:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate Renewal - how is this task processed - Reporting options required</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29258#M2336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moving to &lt;A href="https://community.checkpoint.com/space/2057"&gt;Appliances and Gaia&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;Every time you connect to one of the web portals, the public certificate of that portal should be offered.&lt;/P&gt;&lt;P&gt;This is how TLS works.&lt;/P&gt;&lt;P&gt;I suppose you could&amp;nbsp;use something like the following to programmatically evaluate the various portals:&amp;nbsp;&lt;A class="link-titled" href="https://prefetch.net/articles/checkcertificate.html" title="https://prefetch.net/articles/checkcertificate.html"&gt;Proactively Handling Certificate Expiration With ssl-cert-check -- Prefetch Technologies&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SSH keys are not issued by a certificate authority.&lt;/P&gt;&lt;P&gt;They are almost always internally generated and do not have an expiration date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 23:01:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29258#M2336</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2018-02-13T23:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate Renewal - how is this task processed - Reporting options required</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29259#M2337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you need to check all certificates expiration, you may check also the ones which are used to establish IPSec tunnels. By default they are generated for 5 years ... if some of your Security Gateways have to be in place approx this time, you should pay attention to that expiration : if expired, you will not be able to establish VPN IPSec tunnel.&lt;/P&gt;&lt;P&gt;I use the following command on the Security Management Server:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;cpca_client lscert -kind IKE -stat Valid &amp;gt; /var/ValidIKECert_`/bin/date +%Y-%m-%d_%H%M`.txt&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;More details on cpca_client lscert command (from &lt;A href="http://downloads.checkpoint.com/dc/download.htm?ID=24833"&gt;Command Line Interface Reference Guide of R77&lt;/A&gt;&lt;CITE class=""&gt;&lt;/CITE&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt; Show all certificates issued by the ICA.&lt;BR /&gt;Syntax&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;&amp;gt; cpca_client [-d] lscert [-dn &amp;lt;substring&amp;gt;] [-stat {Pending|Valid|Revoked|Expired|Renewed}]&lt;/P&gt;&lt;P&gt;[-kind SIC|IKE|User|LDAP] [-ser &amp;lt;ser&amp;gt;] [-dp &amp;lt;dp&amp;gt;]&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;STRONG&gt;Parameter Description&lt;/STRONG&gt;&lt;BR /&gt;-d Runs the command in debug mode&lt;BR /&gt;-dn substring Filters results to those with a DN that matches this &amp;lt;substring&amp;gt;&lt;BR /&gt;-stat Filters results to the specified certificate status: Pending, Valid, Revoke, Expire, or Renewed&lt;BR /&gt;-kind Filters results for specified kind: SIC, IKE, User, or LDAP&lt;BR /&gt;-ser &amp;lt;serial&amp;gt; Filters results for this serial number&lt;BR /&gt;-dp &amp;lt;dp&amp;gt; Filters results from this CDP (certificate distribution point)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The content of the file generated should be something like:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/63071_pastedImage_1.png" style="width: 620px; height: 213px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which could be transform to:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.checkpoint.com/legacyfs/online/checkpoint/63072_pastedImage_4.png" style="width: 620px; height: 82px;" /&gt;&lt;/P&gt;&lt;P&gt;... in order to be imported in any spreadsheet software.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 21:33:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29259#M2337</guid>
      <dc:creator>XavierBens</dc:creator>
      <dc:date>2018-02-14T21:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate Renewal - how is this task processed - Reporting options required</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29260#M2338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your response&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 07:46:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29260#M2338</guid>
      <dc:creator>Somasekharan_Va</dc:creator>
      <dc:date>2018-02-15T07:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate Renewal - how is this task processed - Reporting options required</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29261#M2339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your input&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 07:46:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29261#M2339</guid>
      <dc:creator>Somasekharan_Va</dc:creator>
      <dc:date>2018-02-15T07:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: Certificate Renewal - how is this task processed - Reporting options required</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29262#M2340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for your feedback. I will go through your comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;If we have the certificate from the internal Certificate authority for For the administrative access (via ssh, WEB-UI) on the security components, hope the same can be pushed to use laptop using Group Policy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; color: black;"&gt;My organization is asking for the certificate for administrative access (via ssh, WEB-UI) on the security components.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 07:50:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Certificate-Renewal-how-is-this-task-processed-Reporting-options/m-p/29262#M2340</guid>
      <dc:creator>Somasekharan_Va</dc:creator>
      <dc:date>2018-02-15T07:50:02Z</dc:date>
    </item>
  </channel>
</rss>

