Skip to content

Remove SSL root change announcement #14548

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
14 changes: 1 addition & 13 deletions docs/security-legal-pii/security/ssl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,21 +44,9 @@ This suite of protocols and ciphers represents Sentry's official support; howeve

## Certificate Pinning

<Alert title="Note" level="warning">

Starting on 2025-07-17, the following domains with certificates previously issued by DigiCert will be transitioned to being issued by Let's Encrypt:

- `sentry.io`
- `de.sentry.io`
- `us.sentry.io`
- `*.ingest.sentry.io`
- `*.ingest.us.sentry.io`
- `*.ingest.de.sentry.io`

</Alert>

At the moment, all Sentry TLS certificates use either Digicert or Let's Encrypt as certificate authorities. If this list of roots needs to be changed, we will publish an announcement on [status.sentry.io](https://status.sentry.io/).


Here are corresponding root CA certificates if you would like to pin them in your applications:

- [Digicert](https://www.digicert.com/kb/digicert-root-certificates.htm)
Expand Down