-
Notifications
You must be signed in to change notification settings - Fork 582
Add documentation page for our OIDs #2034
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 all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
471086a
Add documentation page for our OIDs
aarongable 0115dee
Try out table with inline html for monospace and bold
aarongable 26c6419
Use <code> instead of <pre> to get inline instead of block formatting
aarongable 2163c72
Switch to a flatter OID hierarchy to save bytes
aarongable 78da3bb
Update lastmods
aarongable 347d64d
Massage phrasing
aarongable f866482
More phrasing improvements
aarongable 72c823b
Remove possibility of mismatch; add link to new page
aarongable dfd6be8
Fix translation lastmod dates
aarongable 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
--- | ||
|
||
An Object Identifier (OID) is a dot-separated sequence of numbers used to uniquely identify various objects within the WebPKI. For example, every extension within an X.509 certificate is uniquely identified by an OID, and the OID `2.5.29.15` identifies the [Key Usage](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.3) extension. Similarly, the OID `2.23.140.1.2.1` can be placed within the body of the [Certificate Policies](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.4) extension to indicate that the certificate was validated according to the [CA/Browser Forum's "Domain Validated" criteria](https://github.com/cabforum/servercert/blob/main/docs/BR.md#12-document-name-and-identification). | ||
|
||
This page lists the OIDs used by Let's Encrypt, documents what each OID means, and points to where we use them. | ||
|
||
| OID | Description | | ||
| --- | ----------- | | ||
| <code><b>1.3.6.1.4.1.44947</b></code> | Internet Security Research Group. Parent arc for all ISRG OIDs. | | ||
| <code>1.3.6.1.4.1.44947.<b>1</b></code> | No meaning assigned. This legacy OID never had a standalone purpose. | | ||
| <code>1.3.6.1.4.1.44947.1.<b>1</b></code> | No meaning assigned. This legacy OID never had a standalone purpose. | | ||
| <code>1.3.6.1.4.1.44947.1.1.<b>1</b></code> | ISRG Domain Validated. This legacy OID was equivalent to 2.23.140.1.2.1, the [CA/BF Domain Validated Certificate Policy OID](https://github.com/cabforum/servercert/blob/main/docs/BR.md#12-document-name-and-identification). We used to include it in [our issuing intermediates](/certs/lets-encrypt-e1.txt), but stopped doing so to reduce certificate size. | | ||
| <code>1.3.6.1.4.1.44947.<b>2</b></code> | Let's Encrypt Trust Anchor IDs. Parent arc for all "trust anchors" ([CA keypairs](/certificates)), which can be used in the [Trust Anchor Identifiers](https://datatracker.ietf.org/doc/draft-ietf-tls-trust-anchor-ids/) and [Merkle Tree Certificates](https://datatracker.ietf.org/doc/draft-davidben-tls-merkle-tree-certs/) internet draft standards. OIDs in this arc are assigned approximately chronologically by issuance date. | | ||
| <code>1.3.6.1.4.1.44947.2.<b>1</b></code> | ISRG Root X1 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>2</b></code> | Let's Encrypt Authority X1 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>3</b></code> | Let's Encrypt Authority X2 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>4</b></code> | Let's Encrypt Authority X3 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>5</b></code> | Let's Encrypt Authority X4 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>6</b></code> | ISRG Root X2 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>7</b></code> | Let's Encrypt E1 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>8</b></code> | Let's Encrypt E2 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>9</b></code> | Let's Encrypt R3 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>10</b></code> | Let's Encrypt R4 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>11</b></code> | Let's Encrypt E5 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>12</b></code> | Let's Encrypt E6 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>13</b></code> | Let's Encrypt E7 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>14</b></code> | Let's Encrypt E8 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>15</b></code> | Let's Encrypt E9 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>16</b></code> | Let's Encrypt R10 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>17</b></code> | Let's Encrypt R11 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>18</b></code> | Let's Encrypt R12 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>19</b></code> | Let's Encrypt R13 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>20</b></code> | Let's Encrypt R14 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>21</b></code> | ISRG Root YE | | ||
| <code>1.3.6.1.4.1.44947.2.<b>22</b></code> | ISRG Root YR | | ||
| <code>1.3.6.1.4.1.44947.2.<b>23</b></code> | Let's Encrypt YE1 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>24</b></code> | Let's Encrypt YE2 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>25</b></code> | Let's Encrypt YE3 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>26</b></code> | Let's Encrypt YR1 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>27</b></code> | Let's Encrypt YR2 | | ||
| <code>1.3.6.1.4.1.44947.2.<b>28</b></code> | Let's Encrypt YR3 | |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: Object Identifiers | ||
slug: oids | ||
date: 2025-09-25 | ||
lastmod: 2025-09-25 | ||
show_lastmod: false | ||
untranslated: 1 | ||
--- | ||
|
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
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.