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
internet:security:ssl_cert_monitor [2022/01/14 11:12]
gcooper
internet:security:ssl_cert_monitor [2022/01/18 09:08]
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 for LetsEncrypt users
-^date_default_timezone_set          | variables.php |MST                                +^date_default_timezone_set          | variables.php |MST                              
-^current_domain                                   |virtualarchitects.com              | +^current_domain                                   |yourdomain.tld              | 
-^current_link                                     |virtualarchitects.com/cem          | +^current_link                                     |yourdomain.tld/cem          | 
-^pre_check_file                                   |/home/virtualarchitects/certificate-expiry-monitor-db/pre_checks.json | +^pre_check_file                                   |/home/yourdomain/certificate-expiry-monitor-db/pre_checks.json | 
-^check_file                                       |/home/virtualarchitects/certificate-expiry-monitor-db/checks.json | +^check_file                                       |/home/yourdomain/certificate-expiry-monitor-db/checks.json | 
-^deleted_check_file                               |/home/virtualarchitects/certificate-expiry-monitor-db/deleted_checks.json |+^deleted_check_file                               |/home/yourdomain/certificate-expiry-monitor-db/deleted_checks.json |