Skip to content

Commit 4da8ee6

Browse files
chris-martinelliRebeccaTamachiro
authored andcommitted
[SSL] Note expected behavior for multiple AOP certs (#23005)
* Update manage-certificates.mdx clarification around zone-level AOP cert management * Text tweaks and remove extra space between steps * Adjust from uploaded to deployed --------- Co-authored-by: Rebecca Tamachiro <[email protected]> Co-authored-by: Rebecca Tamachiro <[email protected]>
1 parent 5756db1 commit 4da8ee6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/ssl/origin-configuration/authenticated-origin-pull/set-up/manage-certificates.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ However, requests are dropped at your origin if your origin only accepts a valid
3838
### Per-hostname
3939

4040
1. [Upload the new certificate](/api/resources/origin_tls_client_auth/subresources/hostnames/subresources/certificates/methods/create/).
41-
4241
2. [List your certificates](/api/resources/origin_tls_client_auth/subresources/hostnames/subresources/certificates/methods/list/) and note the ID for the certificate you uploaded.
43-
4442
3. [Enable Authenticated Origin Pulls for the specific hostname](/api/resources/origin_tls_client_auth/subresources/hostnames/methods/update/), using the ID obtained in step 2 to specify the certificate you want to use:
4543

4644
<APIRequest
@@ -60,7 +58,9 @@ However, requests are dropped at your origin if your origin only accepts a valid
6058
### Zone-level
6159

6260
1. [Upload the new certificate](/api/resources/origin_tls_client_auth/methods/create/).
63-
6461
2. [Check whether new certificate is Active](/api/resources/origin_tls_client_auth/methods/get/).
62+
3. Once certificate is active, [delete the previous certificate](/api/resources/origin_tls_client_auth/methods/delete/).
6563

66-
3. Once certificate is active, [delete the previous certificate](/api/resources/origin_tls_client_auth/methods/delete/).
64+
:::note
65+
If you keep both certificates, the API will state `active` for both but the most recently deployed certificate will be the one enabled and used.
66+
:::

0 commit comments

Comments
 (0)