Skip to content

Commit db9b73f

Browse files
[SSL] Remove depth from AOP origin config and edit Alerts description (#25852)
* Remove SSLVerifyDepth 1 from AOP origin config * Make Notification description consistent with Dash
1 parent 15efb4d commit db9b73f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

src/content/notifications/index.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ entries:
371371
otherFilters: None.
372372

373373
- name: Universal SSL Alert
374-
audience: Customers with universal certificates who want to receive a notification on validation, issuance, and renewal of certificates.
374+
audience: Customers with universal certificates who want to receive a notification on validation, issuance, renewal, and expiration notices.
375375
availability: All Cloudflare plans.
376376
associatedProducts: SSL/TLS
377377
nextSteps: You only need to take action if you are notified that you have a certificate that failed. You can find the reasons why a certificate is not being issued in [Troubleshooting SSL errors](/ssl/troubleshooting/general-ssl-errors/).

src/content/partials/ssl/aop-configure-origin.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Check the examples below for Apache and NGINX or refer to your origin web server
1313
<Details header="Apache example">
1414

1515
```txt
16-
SSLVerifyDepth 1
1716
SSLCACertificateFile /path/to/origin-pull-ca.pem
1817
```
1918

src/content/partials/ssl/get-started-additional-features.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ After you have chosen your encryption mode and enforced HTTPS connections, evalu
77

88
* [Edge certificates](/ssl/edge-certificates/additional-options/): Customize different aspects of your edge certificates, from enabling **Opportunistic Encryption** to specifying a **Minimum TLS Version**.
99
* [Authenticated origin pull](/ssl/origin-configuration/authenticated-origin-pull/): Ensure all requests to your origin server originate from the Cloudflare network.
10-
* [Notifications](/notifications/notification-available/): Set up alerts related to certificate validation status, issuance, deployment, renewal, and expiration.
10+
* [Notifications](/notifications/notification-available/): Set up alerts related to certificate validation status, issuance, renewal, and expiration.

0 commit comments

Comments
 (0)