yourivw / LEClient

An easy-to-use PHP ACME v2 client library, designed to be used with LetsEncrypt.
MIT License
204 stars 98 forks source link

support for alternate certificate chain #106

Closed kansal15 closed 3 years ago

kansal15 commented 3 years ago

Let's Encrypt is going to have "ISRG Root X1" certificate chain by default from Jan 11, 2021 link. If site admin wants to have "DST Root X3" certificate chain, then "ACME 'Alternate' Link Relation" feature/support will be required.

Certbot version > 1.6.0 support this.

Does we have this support in LEClient and if not, then any plan to incorporate this change.

yourivw commented 3 years ago

@kansal15 My apologies, I don't have a lot of time anymore to work in this project. I am also not using it a lot anymore myself. Support for alternative chain added through #105