Who rated this post

cancel
Showing results for 
Search instead for 
Did you mean: 

Valid Certificates Overview - Oneliner

SmartEvent Type: Monitoring,

C_H
Explorer
Explorer

Since I often run into problems with expired IKE or SIC certificates I have written an oneliner that shows the current date and time, the expiration date of the internal Check Point CA and all valid IKE and SIC certificates with expiration date.

The oneliner must be run on the management in expert mode.

oneliner_certificate_overview_1.png

 

 


   if [[ `$CPDIR/bin/cpprod_util FwIsFirewallMgmt 2>/dev/null` != *'1'* ]] || [[ `$CPDIR/bin/cpprod_util FwIsStandAlone 2>/dev/null` == *'1'* ]];then echo;printf '
...;
TO ACCESS CHECKMATES TOOLBOX it's simple and free

Disclaimer: Check Point does not provide maintenance services or technical or customer support for third party content provided on this Site, including in CheckMates Toolbox. See also our Third Party Software Disclaimer.




(3)
Who rated this post