-
Notifications
You must be signed in to change notification settings - Fork 581
Document chains inline with active intermediates #2124
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,6 +73,10 @@ All intermediate certificate Subjects have a Country field of `C = US`. | |
| * Certificate details (signed by ISRG Root X2): [crt.sh](https://crt.sh/?id=12396132900), [der](/certs/2024/e7.der), [pem](/certs/2024/e7.pem), [txt](/certs/2024/e7.txt) | ||
| * Certificate details (cross-signed by ISRG Root X1): [crt.sh](https://crt.sh/?id=12396132895), [der](/certs/2024/e7-cross.der), [pem](/certs/2024/e7-cross.pem), [txt](/certs/2024/e7-cross.txt) | ||
| * CRL hostname: `e7.c.lencr.org` | ||
| * Chains: | ||
| * Default: EE ← E7 ← ISRG Root X1 | ||
| * Alt 1: EE ← E7 ← ISRG Root X2 | ||
| * Alt 2: EE ← E7 ← ISRG Root X2 ← ISRG Root X1 | ||
| * **Let's Encrypt E8** | ||
| * Subject: `O = Let's Encrypt, CN = E8` | ||
| * Key type: `ECDSA P-384` | ||
|
|
@@ -81,48 +85,70 @@ All intermediate certificate Subjects have a Country field of `C = US`. | |
| * Certificate details (signed by ISRG Root X2): [crt.sh](https://crt.sh/?id=12396132890), [der](/certs/2024/e8.der), [pem](/certs/2024/e8.pem), [txt](/certs/2024/e8.txt) | ||
| * Certificate details (cross-signed by ISRG Root X1): [crt.sh](https://crt.sh/?id=12396132901), [der](/certs/2024/e8-cross.der), [pem](/certs/2024/e8-cross.pem), [txt](/certs/2024/e8-cross.txt) | ||
| * CRL hostname: `e8.c.lencr.org` | ||
| * Chains: | ||
| * Default: EE ← E8 ← ISRG Root X1 | ||
| * Alt 1: EE ← E8 ← ISRG Root X2 | ||
| * Alt 2: EE ← E8 ← ISRG Root X2 ← ISRG Root X1 | ||
| * **Let's Encrypt R12** | ||
| * Subject: `O = Let's Encrypt, CN = R12` | ||
| * Key type: `RSA 2048` | ||
| * Valid until: 2027-03-12 | ||
| * CA details: [crt.sh](https://crt.sh/?caid=295816), [issued certs](https://crt.sh/?Identity=%25&iCAID=295816) | ||
| * Certificate details (signed by ISRG Root X1): [crt.sh](https://crt.sh/?id=12396132898), [der](/certs/2024/r12.der), [pem](/certs/2024/r12.pem), [txt](/certs/2024/r12.txt) | ||
| * CRL hostname: `r12.c.lencr.org` | ||
| * Chains: | ||
| * Default: EE ← R12 ← ISRG Root X1 | ||
| * **Let's Encrypt R13** | ||
| * Subject: `O = Let's Encrypt, CN = R13` | ||
| * Key type: `RSA 2048` | ||
| * Valid until: 2027-03-12 | ||
| * CA details: [crt.sh](https://crt.sh/?caid=295817), [issued certs](https://crt.sh/?Identity=%25&iCAID=295817) | ||
| * Certificate details (signed by ISRG Root X1): [crt.sh](https://crt.sh/?id=12396132902), [der](/certs/2024/r13.der), [pem](/certs/2024/r13.pem), [txt](/certs/2024/r13.txt) | ||
| * CRL hostname: `r13.c.lencr.org` | ||
| * Chains: | ||
| * Default: EE ← R13 ← ISRG Root X1 | ||
| * **Let's Encrypt YE1** | ||
| * Subject: `O = Let's Encrypt, CN = YE1` | ||
| * Key type: `ECDSA P-384` | ||
| * Valid until: 2028-09-02 | ||
| * CA details: [crt.sh](https://crt.sh/?caid=432952), [issued certs](https://crt.sh/?Identity=%25&iCAID=432952) | ||
| * Certificate details: [der](/certs/gen-y/int-ye1.der), [pem](/certs/gen-y/int-ye1.pem), [txt](/certs/gen-y/int-ye1.txt) | ||
| * CRL hostname: `ye1.c.lencr.org` | ||
| * Chains: | ||
| * Default: EE ← YE1 ← Root YE ← ISRG Root X2 ← ISRG Root X1 | ||
| * Alt 1: EE ← YE1 ← Root YE ← ISRG Root X2 | ||
| * Alt 2: EE ← YE1 ← Root YE | ||
| * **Let's Encrypt YE2** | ||
| * Subject: `O = Let's Encrypt, CN = YE2` | ||
| * Key type: `ECDSA P-384` | ||
| * Valid until: 2028-09-02 | ||
| * CA details: [crt.sh](https://crt.sh/?caid=431054), [issued certs](https://crt.sh/?Identity=%25&iCAID=431054) | ||
| * Certificate details: [der](/certs/gen-y/int-ye2.der), [pem](/certs/gen-y/int-ye2.pem), [txt](/certs/gen-y/int-ye2.txt) | ||
| * CRL hostname: `ye2.c.lencr.org` | ||
| * Chains: | ||
| * Default: EE ← YE2 ← Root YE ← ISRG Root X2 ← ISRG Root X1 | ||
| * Alt 1: EE ← YE2 ← Root YE ← ISRG Root X2 | ||
| * Alt 2: EE ← YE2 ← Root YE | ||
| * **Let's Encrypt YR1** | ||
| * Subject: `O = Let's Encrypt, CN = YR1` | ||
| * Key type: `RSA 2048` | ||
| * Valid until: 2028-09-02 | ||
| * CA details: [crt.sh](https://crt.sh/?caid=432476), [issued certs](https://crt.sh/?Identity=%25&iCAID=432476) | ||
| * Certificate details: [der](/certs/gen-y/int-yr1.der), [pem](/certs/gen-y/int-yr1.pem), [txt](/certs/gen-y/int-yr1.txt) | ||
| * CRL hostname: `yr1.c.lencr.org` | ||
| * Chains: | ||
| * Default: EE ← YR1 ← ISRG Root X2 ← ISRG Root X1 | ||
| * Alt 1: EE ← YR1 ← ISRG Root X2 | ||
| * **Let's Encrypt YR2** | ||
| * Subject: `O = Let's Encrypt, CN = YR2` | ||
| * Key type: `RSA 2048` | ||
| * Valid until: 2028-09-02 | ||
| * CA details: [crt.sh](https://crt.sh/?caid=432477), [issued certs](https://crt.sh/?Identity=%25&iCAID=432477) | ||
| * Certificate details: [der](/certs/gen-y/int-yr2.der), [pem](/certs/gen-y/int-yr2.pem), [txt](/certs/gen-y/int-yr2.txt) | ||
| * CRL hostname: `yr2.c.lencr.org` | ||
| * Chains: | ||
| * Default: EE ← YR2 ← ISRG Root X2 ← ISRG Root X1 | ||
| * Alt 1: EE ← YR2 ← ISRG Root X2 | ||
|
|
||
| Click below for details on additional intermediates which are not part of the active issuance hierarchy: | ||
|
|
||
|
|
@@ -267,20 +293,6 @@ When an ACME client downloads a newly-issued certificate from Let's Encrypt's AC | |
|
|
||
| Sometimes there's more than one valid chain for a given certificate: for example, if an intermediate has been cross-signed, then either one of those two certificates could be the second entry, "chaining up to" either of two different roots. In this case, different website operators may want to select different chains depending on the properties that they care about the most. | ||
|
|
||
| Subscriber certificates with RSA public keys are issued from our RSA intermediates, which are issued only from our RSA root ISRG Root X1 (i.e. they are not cross-signed). Therefore, all RSA subscriber certificates have only a single chain available: | ||
| Each of the active intermediates above documents which chain is offered by default, and which (if any) additional chains may be requested by ACME clients. In general, chains which terminate at ISRG Root X1 have the largest size but also the greatest compatibility with older clients. Chains which terminate at ISRG Root X2 (only offered for ECDSA certificates) are smaller, but will only work with clients that have received an update to their trust store after 2022 or so. Chains which terminate at Root YE or Root YR will are not expected to work with any of the major trust stores, as those roots have not yet been incorporated. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. "will are not expected to work" (double auxiliary verb). |
||
|
|
||
| <div style="text-align: center"> | ||
| RSA Subcriber Cert ← RSA Intermediate (R12 or R13) ← ISRG Root X1 | ||
| </div> | ||
| <p><!-- to get the right line spacing after a block element --></p> | ||
|
|
||
| Subscriber certificates with ECDSA public keys are issued from our ECDSA intermediates, which are issued both (i.e. are cross-signed) from our RSA root ISRG Root X1 and our ECDSA root ISRG Root X2. Therefore we offer two chains for these certificates: | ||
|
|
||
| <div style="text-align: center"> | ||
| ECDSA Subcriber Cert ← ECDSA Intermediate (E7 or E8) ← ISRG Root X1 | ||
|
|
||
| ECDSA Subcriber Cert ← ECDSA Intermediate (E7 or E8) ← ISRG Root X2 | ||
| </div> | ||
| <p><!-- to get the right line spacing after a block element --></p> | ||
|
|
||
| The first chain, up to ISRG Root X1, provides the greatest compatibility because that root certificate is included in the most trust stores. The second chain, up to ISRG Root X2, consumes fewer bytes of network bandwidth in each TLS handshake. We provide the first chain by default, to ensure the widest compatibility. Subscribers who wish to prioritize size over compatibility can reference their ACME client's documentation for instructions on how to request the alternate chain (for example, [certbot's `--preferred-chain` flag](https://eff-certbot.readthedocs.io/en/stable/using.html#certbot-command-line-options)). | ||
| Subscribers who wish to use one of the alternate chains can reference their ACME client's documentation for instructions on how to request the alternate chain (for example, [certbot's `--preferred-chain` flag](https://eff-certbot.readthedocs.io/en/stable/using.html#certbot-command-line-options)). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.