User Tools

Site Tools


internet:security:ssl_cert_monitor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
internet:security:ssl_cert_monitor [2022/01/14 11:04]
gcooper
internet:security:ssl_cert_monitor [2022/01/18 09:07]
gcooper
Line 38: Line 38:
 ==== Customization ==== ==== Customization ====
  
-^Send only within 30 days of expiry | certs.php |Commented out 60 and 90 day alerts |+^Send only within 30 days of expiry | certs.php     |Comment out 60 and 90 day alerts | 
 +^date_default_timezone_set          | variables.php |MST                              | 
 +^current_domain                                   |yourdomain.tld              | 
 +^current_link                                     |yourdomain.tld/cem          | 
 +^pre_check_file                                   |/home/yourdomain/certificate-expiry-monitor-db/pre_checks.json | 
 +^check_file                                       |/home/yourdomain/certificate-expiry-monitor-db/checks.json | 
 +^deleted_check_file                               |/home/yourdomain/certificate-expiry-monitor-db/deleted_checks.json |