-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for fetching alternative certificates #186
Comments
By the way, we are planning to do this work and contribute to this gem, hoping to use the work ahead of the Sept 29 deadline! Just wanted to make the issue publicly visible for y'all. |
@unixcharles Hi, could you please your opinion on this Issue? |
Reviewed the PR. Thanks for the help. |
You can use Thanks everyone |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
ACME client should support the ability to look up alternative certificates in order to continue using the IdenTrust chain during the yearlong gap (Sept 29 2020 to 2021) where Let's Encrypt will continue to cross-sign but are now using their own chain by default.
Potential Solutions
Notes
Context on Transitioning to ISRG's root
There are additional details here for Let's Encrypt's decision to:
There is a python implementation of this feature for certbot here. Perhaps we could take a queue from the tests they've written.
In a world with many alternatives, it seems like you need to download them in order to understand how they operate. The links header only returns a URL for download with no additional information. The link header (in ruby) looks roughly like this:
I've done a bit of research. Today, the alternates (though there is only one) is the certificate that uses Let's Encrypt's chain. I imagine on Sept 29th the original and alternate certificates will swap (though have not confirmed this).
The text was updated successfully, but these errors were encountered: