You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Validate certificate domains match configuration before reuse
Previously, persisted certificates were reused based solely on expiry
dates. If the configured domain changed, the old certificate would
still be served. Now the validator checks the certificate's Subject
Alternative Names against LetsEncryptOptions.Domains and triggers a
renewal when they don't match.
0 commit comments