diff --git a/src/content/notifications/index.yaml b/src/content/notifications/index.yaml index 04b87c5d8df1cc9..3ef5d2272b9d16a 100644 --- a/src/content/notifications/index.yaml +++ b/src/content/notifications/index.yaml @@ -371,7 +371,7 @@ entries: otherFilters: None. - name: Universal SSL Alert - audience: Customers with universal certificates who want to receive a notification on validation, issuance, and renewal of certificates. + audience: Customers with universal certificates who want to receive a notification on validation, issuance, renewal, and expiration notices. availability: All Cloudflare plans. associatedProducts: SSL/TLS 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/). diff --git a/src/content/partials/ssl/aop-configure-origin.mdx b/src/content/partials/ssl/aop-configure-origin.mdx index c880080a2e6db0d..9bd8c1616ba135c 100644 --- a/src/content/partials/ssl/aop-configure-origin.mdx +++ b/src/content/partials/ssl/aop-configure-origin.mdx @@ -13,7 +13,6 @@ Check the examples below for Apache and NGINX or refer to your origin web server
```txt -SSLVerifyDepth 1 SSLCACertificateFile /path/to/origin-pull-ca.pem ``` diff --git a/src/content/partials/ssl/get-started-additional-features.mdx b/src/content/partials/ssl/get-started-additional-features.mdx index 57db8b55fc9cb35..9e7f8fdb53fbfc6 100644 --- a/src/content/partials/ssl/get-started-additional-features.mdx +++ b/src/content/partials/ssl/get-started-additional-features.mdx @@ -7,4 +7,4 @@ After you have chosen your encryption mode and enforced HTTPS connections, evalu * [Edge certificates](/ssl/edge-certificates/additional-options/): Customize different aspects of your edge certificates, from enabling **Opportunistic Encryption** to specifying a **Minimum TLS Version**. * [Authenticated origin pull](/ssl/origin-configuration/authenticated-origin-pull/): Ensure all requests to your origin server originate from the Cloudflare network. -* [Notifications](/notifications/notification-available/): Set up alerts related to certificate validation status, issuance, deployment, renewal, and expiration. +* [Notifications](/notifications/notification-available/): Set up alerts related to certificate validation status, issuance, renewal, and expiration.