Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar:
head:
- tag: title
content: Deprecation notice for SSL for SaaS - Version 1

chatbot_deprioritize: true
---

The first version of SSL for SaaS will be deprecated on September 1, 2021.
Expand Down Expand Up @@ -59,7 +59,7 @@ SSL for SaaS v2 is functionally equivalent to SSL for SaaS v1, but removes the r

:::note

SSL for SaaS v2 is now called Cloudflare for SaaS.
SSL for SaaS v2 is now called Cloudflare for SaaS.
:::

## What happens during the migration?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ However, requests are dropped at your origin if your origin only accepts a valid

2. [Check whether new certificate is Active](/api/resources/origin_tls_client_auth/methods/get/).

3. Once certificate is active, [delete the previous certificate](/api/resources/origin_tls_client_auth/methods/delete/).
3. Once certificate is active, [delete the previous certificate](/api/resources/origin_tls_client_auth/methods/delete/).
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,7 @@ You can configure alerts to receive notifications before your AOP certificates e
<AvailableNotifications product="SSL/TLS" notificationFilter="Hostname-level Authenticated Origin Pulls Certificate Expiration Alert" />

<Render file="get-started" product="notifications" />

## Further options

Refer to [Manage certificates](/ssl/origin-configuration/authenticated-origin-pull/set-up/manage-certificates/) for further options.
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,11 @@ You can configure alerts to receive notifications before your AOP certificates e
<AvailableNotifications product="SSL/TLS" notificationFilter="Zone-level Authenticated Origin Pulls Certificate Expiration Alert" />

<Render file="get-started" product="notifications" />

## Further options

Refer to [Manage certificates](/ssl/origin-configuration/authenticated-origin-pull/set-up/manage-certificates/) for further options.

:::note
If you have more than one custom certificate, Cloudflare serves the certificate you uploaded first. Follow [these steps](/ssl/origin-configuration/authenticated-origin-pull/set-up/manage-certificates/#zone-level) if you need to replace the certificate.
:::
Loading