Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -595,12 +595,12 @@ spec:

#### Let's Encrypt

- **Root**: ISRG Root X1
- **Intermediate**: R3
Let's Encrypt periodically rotates its root and intermediate certificates. Always refer to their official certificates page for the current active chain.

**How to Get:**
- Browse to: https://letsencrypt.org/certificates/
- Download both the **ISRG Root X1** and **R3 Intermediate Certificate (PEM format)**.
- Identify the currently active **root** and **intermediate** certificates listed on that page.
- Download both certificates in **PEM format**.

#### Google Certificate Authority Service (CAS)

Expand Down
6 changes: 3 additions & 3 deletions docsource/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,12 +533,12 @@ Here is how to obtain the root and intermediate CA certificates from supported A

#### Let's Encrypt

- **Root**: ISRG Root X1
- **Intermediate**: R3
Let's Encrypt periodically rotates its root and intermediate certificates. Always refer to their official certificates page for the current active chain.

**How to Get:**
- Browse to: https://letsencrypt.org/certificates/
- Download both the **ISRG Root X1** and **R3 Intermediate Certificate (PEM format)**.
- Identify the currently active **root** and **intermediate** certificates listed on that page.
- Download both certificates in **PEM format**.

#### Google Certificate Authority Service (CAS)

Expand Down
Loading