yaac icon indicating copy to clipboard operation
yaac copied to clipboard

Fix LetsEncrypt breakage following discontinued support for sending expiration notifications

Open sasani72 opened this issue 9 months ago • 6 comments

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

sasani72 avatar Jun 05 '25 08:06 sasani72

Hello,

i'm working on the same issue and just found your PR.

Tested succesfully and is already working in production.

Thanks!

bessone avatar Jun 06 '25 07:06 bessone

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.

sasani72 avatar Jun 06 '25 09:06 sasani72

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"
}

skyracer2012 avatar Jun 24 '25 12:06 skyracer2012

Thanks for providing a fix for that.

Is there any expected timeframe when this will go into a new release?

mkriegeskorte avatar Jul 17 '25 09:07 mkriegeskorte

any news here?

IvanKalashnikov avatar Oct 09 '25 07:10 IvanKalashnikov

can we merge this ???

malohtie avatar Nov 03 '25 16:11 malohtie