-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Recently I got a report that when visiting theerlangelist.com some clients emit an error that the cert has expired. I force renewed the certificate but that didn't help. Apparently, even after renewal, the certificate had two chains, one of which contained the recently expired intermediate certificate.
I was able to solve this by creating the new ACME account from scratch, using the following procedure:
- Stop the site
- Backup the site_encrypt database (as configured via the
db_folderproperty in thecertificationendpoint callback) - Remove the site_encrypt database
- Start the site
It feels quite disruptive, and I can't say I understand why I had to recreate the account. Does anyone have a better idea (or can at least explain why was this needed)? Is site_encrypt missing something that would automatically handle this situation?
Metadata
Metadata
Assignees
Labels
No labels