Fix LetsEncrypt breakage following discontinued support for sending expiration notifications
Let's Encrypt no longer supports sending expiration notifications with contact info. This PR fixes the error.
Ref: https://letsencrypt.org/2025/01/22/ending-expiration-emails/ https://community.letsencrypt.org/t/support-ended-for-expiration-notification-emails/238173
Hello,
i'm working on the same issue and just found your PR.
Tested succesfully and is already working in production.
Thanks!
Hello,
i'm working on the same issue and just found your PR.
Tested succesfully and is already working in production.
Thanks!
Happy to hear it was helpful!
@bakkerpeter hope you see this and be willing to merge it.
For anyone needing a fix right now until the maintainer merge this you can use the following: I suggest forking it yourself so you don't have to trust a third-party
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sasani72/yaac"
}
],
"require": {
"afosto/yaac": "dev-master"
}
Thanks for providing a fix for that.
Is there any expected timeframe when this will go into a new release?
any news here?
can we merge this ???