This workflow automates the monitoring of SSL certificate expiration dates across multiple websites using free tools and services. It is designed for IT administrators, DevOps teams, and web professionals to ensure seamless security management without relying on paid APIs.
The process begins with a daily trigger set to run every morning at 8:00 AM. The workflow fetches a list of website URLs from a specified Google Sheet. For each URL, it uses the free SSL checker API (`ssl-checker.io`) to retrieve SSL certificate details, including the ‘valid from’ and ‘valid till’ dates, as well as the number of days left until expiration.
These certificate details are then automatically updated back into the Google Sheet for record-keeping. The workflow features a conditional check to see if any certificates are expiring within 7 days. If so, email notifications are triggered to alert the designated team members, providing them with pertinent details to take timely action.
This automated SSL expiry notifier helps maintain website security, reduce manual monitoring efforts, and prevent potential certificate outages that could affect site HTTPS security and user trust.
Reviews
There are no reviews yet.