- Issue created by @John Franklin
Certificates have expiration dates, but they are not shown anywhere on the site. The site admin has to add a calendar entry or otherwise manage the renewals of certificates.
Add an expired or soon to expire cert to the site. Wait for the cert to expire and the site to throw errors because everyone forgot that it was coming due.
Add hook_requirements()
that scans the certificates added to the site. Generate warnings for any cert that is within 30 days of expiring, and an error for certs that have already expired.
Active
1.0
Code