Automate SSL Certificate Monitoring and Renewal with Notion and Telegram - n8n Workflow | Neura Market
Automate SSL Certificate Monitoring and Renewal with Notion and Telegram
Monitor SSL certificates stored in Notion, check their validity, and automatically renew them if they are about to expire. Receive notifications via Telegram to prevent unexpected service interruptions.
This workflow automates the process of monitoring SSL certificates by fetching domain information from a Notion database and checking their validity using SSL-Checker. If a certificate is nearing expiration, it triggers an SSH command to renew the certificate and sends a notification via Telegram. This ensures that SSL certificates are always up-to-date, preventing potential service disruptions.
Platform
n8n
Category
IT & Development
Price
Free
Creator
David Kim
if
set
ssh
code
wait
merge
notion
telegram
httpRequest
manualTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.