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/13 14:19]
gcooper
internet:security:ssl_cert_monitor [2022/01/18 09:07]
gcooper
Line 1: Line 1:
 ====== Certificate Expiry Monitor ====== ====== Certificate Expiry Monitor ======
  
-https://github.com/RaymiiOrg/certificate-expiry-monitor+Home Page: https://github.com/RaymiiOrg/certificate-expiry-monitor
  
 This is a free web app, unmaintained, to monitor and alert subscribers to expiring SSL certificates. This is a free web app, unmaintained, to monitor and alert subscribers to expiring SSL certificates.
  
 ===== VA Certificate Monitor ===== ===== VA Certificate Monitor =====
 +
 +The web page **is** the documentation:
  
 https://virtualarchitects.com/cem https://virtualarchitects.com/cem
 +
 +:!: The full **alerts schedule** is listed on the web page.
  
 ==== Subscribe a Domain ==== ==== Subscribe a Domain ====
Line 14: Line 18:
  
   - **Add a domain** to be monitored   - **Add a domain** to be monitored
 +  - **Enter the e-mail address for CEM to contact you** with alerts
   - **Check your e-mail Inbox** for a message from ''noreply@virtualarchitects.com''   - **Check your e-mail Inbox** for a message from ''noreply@virtualarchitects.com''
     - Check your spam filter, if necessary     - Check your spam filter, if necessary
Line 23: Line 28:
 ==== Unsubscribe a Domain ==== ==== Unsubscribe a Domain ====
  
-  - Click the unsubscribe link in messages you receive from Certificate Expiry Monitor+  - **Click the unsubscribe link** contained in messages you receive from Certificate Expiry Monitor
  
 You can also craft an unsubscribe URL, if you know the domain ID, in the form: You can also craft an unsubscribe URL, if you know the domain ID, in the form:
Line 30: Line 35:
 https://virtualarchitects.com/cem/unsubscribe.php?id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx https://virtualarchitects.com/cem/unsubscribe.php?id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
 </file> </file>
 +
 +==== Customization ====
 +
 +^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 |
 +