Skip to content

Commit db43302

Browse files
[SSL] Make info on USSL and ACM renewal more prominent (#18854)
* Update enable-universal-ssl.mdx * Replace added paragraph by link out to cert-validity-periods * Adjust note on cert-authorities reference page for conciseness * Fix page linking to itself * Clarify info on cert-validity-periods and add link from ACM * Fix broken anchor and bring DCV note into USSL validity partial --------- Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent a782956 commit db43302

File tree

5 files changed

+23
-13
lines changed

5 files changed

+23
-13
lines changed

src/content/docs/ssl/edge-certificates/advanced-certificate-manager/manage-certificates.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,3 +107,9 @@ You can configure alerts to receive notifications for changes in your certificat
107107
/>
108108

109109
<Render file="get-started" product="notifications" />
110+
111+
---
112+
113+
## Advanced certificate renewal
114+
115+
The certificate validity period you choose determines when the auto renewal will start for your certificate. For details, refer to [Validity period and renewal](/ssl/reference/certificate-validity-periods/).

src/content/docs/ssl/edge-certificates/universal-ssl/enable-universal-ssl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ Once you enable Universal SSL, you can review the [activation status](/ssl/refer
5454

5555
<Render file="universal-ssl-validity" />
5656

57-
If you are on a [partial setup](/ssl/edge-certificates/universal-ssl/enable-universal-ssl/#partial-dns-setup), make sure [Domain control validation (DCV)](/ssl/edge-certificates/changing-dcv-method/) is configured correctly. Refer to [Troubleshooting DCV](/ssl/edge-certificates/changing-dcv-method/troubleshooting/) for further help.
57+
For details, refer to [Validity periods and renewal](/ssl/reference/certificate-validity-periods/).

src/content/docs/ssl/reference/certificate-authorities.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ For publicly trusted certificates, Cloudflare partners with different certificat
2929

3030

3131

32-
## Features, limitations and browser compatibility
32+
## Features, limitations, and browser compatibility
3333

3434
:::caution[Universal SSL]
35-
<Render file="universal-ssl-validity" />
35+
For Universal certificates, Cloudflare controls the validity periods and certificate authorities (CAs), making sure that renewal always occur. For details, refer to [Universal SSL](/ssl/edge-certificates/universal-ssl/).
3636
:::
3737

3838
***

src/content/docs/ssl/reference/certificate-validity-periods.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,21 @@ description: Review information about available validity periods for your
1313

1414
import { Render } from "~/components"
1515

16+
For certificates managed by Cloudflare, attempts to renew start at the auto renewal period and continue up until 24 hours before expiration. The auto renewal period varies according to the certificate validity period, as explained in the sections below.
17+
18+
If a certificate fails to renew and another valid certificate exists for the hostname, Cloudflare will deploy the valid certificate within the last 24 hours before expiration.
19+
20+
:::note
21+
For information regarding custom certificates (managed by you), consider this other page on [renewal and expiration](/ssl/edge-certificates/custom-certificates/renewing/).
22+
:::
23+
1624
## Universal SSL
1725

1826
<Render file="universal-ssl-validity" />
1927

2028
## Advanced certificates
2129

22-
When you order an [advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/manage-certificates/), you can select the following values for the **Certificate validity period**:
30+
When you order an [advanced certificate](/ssl/edge-certificates/advanced-certificate-manager/manage-certificates/), you can select different certificate validity periods. Each certificate validity period has a corresponding auto renewal period, when [attempts to renew](/ssl/reference/certificate-validity-periods/) will start.
2331

2432
| Certificate validity period | Auto renewal period | Notes |
2533
| --------------------------- | ------------------- | -------------------------------------------------------------------------------------- |
@@ -44,12 +52,4 @@ First, shorter-lived certificates limit the damage from key compromise and mista
4452

4553
Second, shorter certificates encourage automation. The more frequently you have to do a task, the more likely you will want to automate it. Automation also means that you are less likely to let a certificate expire in production or give a person access to key material.
4654

47-
For more details on the benefits of shorter validity periods, refer to our [blog post introducing Advanced Certificate Manager](https://blog.cloudflare.com/advanced-certificate-manager/).
48-
49-
## Failure to renew and certificate replacement
50-
51-
For certificates managed by Cloudflare, attempts to renew start at the auto renewal period (based on the [different validity periods](/ssl/reference/certificate-validity-periods/#advanced-certificates)) and continue up until 24 hours before expiration.
52-
53-
If a certificate fails to renew and another valid certificate exists for the hostname, Cloudflare will deploy the valid certificate within these last 24 hours.
54-
55-
For information regarding custom certificates (managed by you), consider this other page on [renewal and expiration](/ssl/edge-certificates/custom-certificates/renewing/).
55+
For more details on the benefits of shorter validity periods, refer to our [blog post introducing Advanced Certificate Manager](https://blog.cloudflare.com/advanced-certificate-manager/).

src/content/partials/ssl/universal-ssl-validity.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55

66
For Universal certificates, Cloudflare controls the validity periods and certificate authorities (CAs), making sure that renewal always occur.
77

8+
:::note[Partial setup and DCV]
9+
If you are on a [partial setup](/ssl/edge-certificates/universal-ssl/enable-universal-ssl/#partial-dns-setup), make sure [Domain control validation (DCV)](/ssl/edge-certificates/changing-dcv-method/) is configured correctly. Refer to [Troubleshooting DCV](/ssl/edge-certificates/changing-dcv-method/troubleshooting/) for further help.
10+
:::
11+
812
Universal certificates issued by Let's Encrypt, Google Trust Services, or SSL.com have a 90-day validity period. Cloudflare no longer uses DigiCert for newly issued Universal certificates and, for existing ones, the validity period is being adjusted from one year to 90 days.
913

1014
For 90-day certificates, the auto renewal period starts 30 days before expiration.

0 commit comments

Comments
 (0)