←back to thread

181 points zdw | 3 comments | | HN request time: 0.615s | source
1. nikolayasdf123 ◴[] No.44420847[source]
is there a Slack bot for expiry checks?
replies(1): >>44421619 #
2. general1726 ◴[] No.44421619[source]
Write a lambda in some cloud provider framework and run it every 1 hour to 24 hours and if it finds expired certificate, it will use webhooks to send you a message on Slack or Gotify or whatever.

Or you can just periodically renew the certificate on server using Task Scheduler + win-acme or Cron and certbot.

replies(1): >>44429712 #
3. nikolayasdf123 ◴[] No.44429712[source]
haha, I was asking if somebody build that or recommends good open sourced version of exactly this