diafygi / acme-tiny

A tiny script to issue and renew TLS certs from Let's Encrypt
MIT License
4.73k stars 572 forks source link

Add support for --alternate-chain flag #259

Closed lifeforms closed 3 years ago

lifeforms commented 3 years ago

Added support for --alternate-chain flag which if set will download the alternate certificate from LetsEncrypt if available.

diafygi commented 3 years ago

I believe this has been made a non-issue by https://letsencrypt.org/2020/12/21/extending-android-compatibility.html correct?

diafygi commented 3 years ago

Closing as no longer relevant

lifeforms commented 1 year ago

I'd like to reopen this, as it is still relevant. Some non-browser clients, such as Subversion, are not compatible with the workaround. That is why for specific servers we are forced to use the alternative chain, otherwise clients will not validate. I hope that this can be reopened and you are free to merge our work.