-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
[SSL] Update certificate authorities info #16679
[SSL] Update certificate authorities info #16679
Conversation
Deploying cloudflare-docs with Cloudflare Pages
|
|
GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
---|---|---|---|---|---|
11021221 | Triggered | Generic High Entropy Secret | 9512a1c | astro.config.mjs | View secret |
11021221 | Triggered | Generic High Entropy Secret | 9512a1c | astro.config.mjs | View secret |
11021221 | Triggered | Generic High Entropy Secret | 9512a1c | astro.config.mjs | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
@@ -21,7 +21,7 @@ Yes. Cloudflare can issue both RSA and ECDSA certificates. | |||
|
|||
### Which certificate authorities does Cloudflare use? | |||
|
|||
Cloudflare uses Let’s Encrypt, Google Trust Services, Sectigo, and DigiCert. You can see a complete list of products and available CAs and algorithms in the [certificate authorities reference page](/ssl/reference/certificate-authorities/). | |||
Cloudflare uses Let’s Encrypt, Google Trust Services, SSL.com, Sectigo, and DigiCert. You can see a complete list of products and available CAs and algorithms in the [certificate authorities reference page](/ssl/reference/certificate-authorities/). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cloudflare uses Let’s Encrypt, Google Trust Services, SSL.com, Sectigo, and DigiCert. You can see a complete list of products and available CAs and algorithms in the [certificate authorities reference page](/ssl/reference/certificate-authorities/). | |
Cloudflare uses 'Let's Encrypt', Google Trust Services, SSL.com, Sectigo, and DigiCert. You can see a complete list of products and available CAs and algorithms in the [certificate authorities reference page](/ssl/reference/certificate-authorities/). |
Issues:
- Style Guide - (cloudflare.NonStandardQuotes-warning) Use standard single quotes or double quotes only. Do not use left or right quotes.
Fix Explanation:
The original text uses a non-standard apostrophe in 'Let’s Encrypt'. According to the style guide, we should replace it with a standard single quote. The replacement text uses a standard single quote for 'Let's Encrypt'. This change aligns with the style guide's requirement to avoid left or right quotes. No other changes are necessary.
src/content/docs/ssl/edge-certificates/custom-certificates/index.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/ssl/edge-certificates/custom-certificates/index.mdx
Outdated
Show resolved
Hide resolved
@@ -8,7 +8,9 @@ description: For publicly trusted certificates, Cloudflare partners with | |||
different certificate authorities (CAs). Refer to this page to check what CAs | |||
are used for each Cloudflare offering and for more details about the CAs | |||
features, limitations, and browser compatibility. | |||
|
|||
banner: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hadn't seen this being used yet!
Maybe we can discuss when we should use it in critique?
Closes #15902 |
* Add ssl.com to certificate-authorities reference page * Update caa-records-added-by-cf partial * Refer ssl.com in other places where CAs used by CF are listed * Add help link to ct-monitoring page * Add ssl.com to custom hostname docs * More information on availability and timeline * Add entrust-distrust and re-order items within migration-guides * Overall review of entrust-distrust and certificate-authorities * Call out CF certificates as alternative to custom issued by same CAs * Fix repeated Digicert info in CAA record content table * Fix SSL.com availability in general CA to cert type table * Update SSL.com browser compatibility with cross-sign info * Add SSL.com DCV tokens validity * Fix issue flagged in Hyperlint check * Update distrust dates * Fix date for Mozilla * Apply suggestions from code review Co-authored-by: Pedro Sousa <[email protected]> * Fix beta capitalization and move content from banner to aside * Update backup-certificates.mdx * Fix apostrophe and remove banner --------- Co-authored-by: Pedro Sousa <[email protected]>
* Add ssl.com to certificate-authorities reference page * Update caa-records-added-by-cf partial * Refer ssl.com in other places where CAs used by CF are listed * Add help link to ct-monitoring page * Add ssl.com to custom hostname docs * More information on availability and timeline * Add entrust-distrust and re-order items within migration-guides * Overall review of entrust-distrust and certificate-authorities * Call out CF certificates as alternative to custom issued by same CAs * Fix repeated Digicert info in CAA record content table * Fix SSL.com availability in general CA to cert type table * Update SSL.com browser compatibility with cross-sign info * Add SSL.com DCV tokens validity * Fix issue flagged in Hyperlint check * Update distrust dates * Fix date for Mozilla * Apply suggestions from code review Co-authored-by: Pedro Sousa <[email protected]> * Fix beta capitalization and move content from banner to aside * Update backup-certificates.mdx * Fix apostrophe and remove banner --------- Co-authored-by: Pedro Sousa <[email protected]>
* Add ssl.com to certificate-authorities reference page * Update caa-records-added-by-cf partial * Refer ssl.com in other places where CAs used by CF are listed * Add help link to ct-monitoring page * Add ssl.com to custom hostname docs * More information on availability and timeline * Add entrust-distrust and re-order items within migration-guides * Overall review of entrust-distrust and certificate-authorities * Call out CF certificates as alternative to custom issued by same CAs * Fix repeated Digicert info in CAA record content table * Fix SSL.com availability in general CA to cert type table * Update SSL.com browser compatibility with cross-sign info * Add SSL.com DCV tokens validity * Fix issue flagged in Hyperlint check * Update distrust dates * Fix date for Mozilla * Apply suggestions from code review Co-authored-by: Pedro Sousa <[email protected]> * Fix beta capitalization and move content from banner to aside * Update backup-certificates.mdx * Fix apostrophe and remove banner --------- Co-authored-by: Pedro Sousa <[email protected]>
Summary
PCX-11622
PCX-11971