How can i implement or Automate some steps which will send certificate renewal status to custom channel ( e.g Email or Pagerduty/NewRelic) with condition something like ( If certificate is going to expire in 30 days, send notification)
i have found, AWS ACM does not renew imported certificates, and it sends expiration notifications on PHD ( Personal health dashboard as event notifications) https://docs.aws.amazon.com/acm/latest/userguide/check-certificate-renewal-status.html
is there a way i can use above functionality/service to automate desired steps.