Skip to content
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] Google as USSL CA #4881

Merged
merged 2 commits into from Jun 21, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -18,7 +18,7 @@ Advanced certificates allow you multiple customization options:
* Cover more than one level of subdomain.
* Select the preferred validation method (HTTP, TXT, or Email).
* Choose the certificate validity period (14, 30, 90, or 365 days).
* Choose the Certificate Authority to issue the certificate (Let’s Encrypt or Digicert).
* Choose the Certificate Authority to issue the certificate.
* Remove Cloudflare branding that are normally present on Universal certificates.
* Select a custom trust store for origin authentication.
* Control [cipher suites used for TLS](/ssl/ssl-tls/cipher-suites/#disable-cipher-suites).
Expand Down
6 changes: 6 additions & 0 deletions content/ssl/edge-certificates/universal-ssl/limitations.md
Expand Up @@ -30,3 +30,9 @@ For more on browser support, see [Browser compatibility](/ssl/ssl-tls/browser-co
## Spectrum

Universal SSL is not compatible with [Cloudflare Spectrum](/spectrum/). If you are trying to use Spectrum, use either [an advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/) or [a custom certificate](/ssl/edge-certificates/custom-certificates/).

## Certificate authority

For Universal SSL certificates, Cloudflare chooses the [certificate authority](/ssl/ssl-tls/certificate-authorities/) used for your certificate.

If you want to choose the issuing certificate authority, [order an advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/).
1 change: 1 addition & 0 deletions content/ssl/ssl-tls/certificate-authorities.md
Expand Up @@ -11,6 +11,7 @@ Cloudflare may issue certificates for SSL products from any of the following Cer
- DigiCert
- GlobalSign
- Let’s Encrypt
- Google Trust Services
- Sectigo (formerly Comodo)

## Backup certificates
Expand Down