mirror of
https://github.com/therootcompany/greenlock-express.js.git
synced 2025-02-23 13:18:04 +00:00
[bug] adding additional altnames requires restart #44
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
At first I had added a single domain to the cert:
And later I ran this:
I could see from the logs that a new certificate with both
example.com
andwww.example.com
what issued.I expected that immediately, just by visiting
www.example.com
that the new certificate would refresh, but it did not.Workaround
I didn't wait to see what would happen when the cache timeout occurred, though I suspect that may have resolved the issue.
Instead I restarted the service.