go-acme / lego

Let's Encrypt/ACME client and library written in Go
https://go-acme.github.io/lego/
MIT License
7.44k stars 987 forks source link

fix: don't generate ARI cert ID if ARI is not enable #2138

Closed ldez closed 3 months ago

ldez commented 3 months ago

It doesn't fix the problem behind ARI but at least doesn't break the renewal for all users.

Related to #2137

ldez commented 3 months ago

I consider this as a critical problem, then I will merge the PR.

ldez commented 3 months ago

Thank you @dmke :heart:

I will also create a new release.