You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SSL] More visible API Access warning for origin CA certificate setup (#26740)
* [SSL] Add API Access warning for origin CA certificate
Updated warning note regarding API Access requirements for creating or revoking origin CA certificates.
* Fix component name (caution) and re-arrange to avoid stacking up
---------
Co-authored-by: Rebecca Tamachiro <rtamachiro@cloudflare.com>
Copy file name to clipboardExpand all lines: src/content/docs/ssl/origin-configuration/origin-ca/index.mdx
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,15 +14,19 @@ If your origin only receives traffic from <GlossaryTooltip term="proxy status">p
14
14
15
15
For more background information on origin CA certificates, refer to the [introductory blog post](https://blog.cloudflare.com/cloudflare-ca-encryption-origin/).
16
16
17
-
:::note
18
-
19
-
Using Cloudflare origin CA certificates does not prevent you from using [delegated DCV](/ssl/edge-certificates/changing-dcv-method/methods/delegated-dcv/).
17
+
:::caution[API Access required]
18
+
Users who do not have [**API Access**](https://dash.cloudflare.com/?to=/:account/members) will receive an error while trying to create or revoke an origin CA certificate.
19
+
Refer to [Troubleshooting](/ssl/origin-configuration/origin-ca/troubleshooting/#this-zone-is-either-not-part-of-your-account-or-you-do-not-have-access-to-it) for guidance.
20
20
:::
21
21
22
22
## Availability
23
23
24
24
<FeatureTableid="ssl.origin_certificates" />
25
25
26
+
:::note
27
+
Using Cloudflare origin CA certificates does not prevent you from using [delegated DCV](/ssl/edge-certificates/changing-dcv-method/methods/delegated-dcv/).
28
+
:::
29
+
26
30
---
27
31
28
32
## Deploy an Origin CA certificate
@@ -36,9 +40,7 @@ To create an Origin CA certificate in the dashboard:
Users who do not have [**API Access**](https://dash.cloudflare.com/?to=/:account/members) will receive an error while trying to perform this action. Refer to [Troubleshooting](/ssl/origin-configuration/origin-ca/troubleshooting/#this-zone-is-either-not-part-of-your-account-or-you-do-not-have-access-to-it) for guidance.
41
-
:::
43
+
42
44
3. Choose either:
43
45
-**Generate private key and CSR with Cloudflare**: Private key type can be RSA or ECC.
44
46
-**Use my private key and CSR**: Paste the Certificate Signing Request into the text field.
0 commit comments