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
internet:security:ssl_cert_monitor [2022/01/18 09:08]
gcooper
— (current)
Line 1: Line 1:
-====== 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. 
- 
-===== VA Certificate Monitor ===== 
- 
-The web page **is** the documentation: 
- 
-https://virtualarchitects.com/cem 
- 
-:!: The full **alerts schedule** is listed on the web page. 
- 
-==== Subscribe a Domain ==== 
- 
-:!: Hostname, like ''www.virtualarchitects.com'' 
- 
-  - **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 spam filter, if necessary 
-  - **Click the link to confirm** your Certificate Expiry Monitor subscription 
-  - **Check your e-mail Inbox for another message** from ''noreply@virtualarchitects.com'' 
-    - Check your spam filter, if necessary 
-  - **Verify that the domain is subscribed** 
- 
-==== Unsubscribe a Domain ==== 
- 
-  - **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: 
- 
-<file> 
-https://virtualarchitects.com/cem/unsubscribe.php?id=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 
-</file> 
- 
-==== Customization ==== 
- 
-^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                              | 
-^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 |