πŸ”’ Monitor SSL certificate of any domain with uProc

⚑ 2,991 views Β· πŸ”’ SecOps & Security Automation

Description

Do you want to check the SSL certificate expiration dates of your customers or servers?

This workflow gets information of an SSL certificate using the uProc Get Certificate by domain tool. You can use this workflow to query SSL certificates in bulk and send alarms when any certificate has expired.

workflow-screenshot

You need to add your credentials (Email and API Key - real -) located at Integration section to n8n.

You can replace β€œCreate Domain Item” with any integration containing a domain, like Google Sheets, MySQL, or Zabbix server.

Every β€œuProc” node returns the next fields per every analyzed SSL certificate:

An β€œIF” node detects if the certificate is valid or not.

Finally, the workflow sends an alarm to a Telegram channel to know if the certificate has expired.

πŸ”— Nodes Used

Function Item, Start, Telegram, uProc

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup