Skip to content

Commit bed8245

Browse files
[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>
1 parent b78996d commit bed8245

File tree

1 file changed

+8
-6
lines changed
  • src/content/docs/ssl/origin-configuration/origin-ca

1 file changed

+8
-6
lines changed

src/content/docs/ssl/origin-configuration/origin-ca/index.mdx

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,19 @@ If your origin only receives traffic from <GlossaryTooltip term="proxy status">p
1414

1515
For more background information on origin CA certificates, refer to the [introductory blog post](https://blog.cloudflare.com/cloudflare-ca-encryption-origin/).
1616

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.
2020
:::
2121

2222
## Availability
2323

2424
<FeatureTable id="ssl.origin_certificates" />
2525

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+
2630
---
2731

2832
## Deploy an Origin CA certificate
@@ -36,9 +40,7 @@ To create an Origin CA certificate in the dashboard:
3640
<DashButton url="/?to=/:account/:zone/ssl-tls/origin" />
3741

3842
2. Select **Create Certificate**.
39-
:::note[API Access required]
40-
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+
4244
3. Choose either:
4345
- **Generate private key and CSR with Cloudflare**: Private key type can be RSA or ECC.
4446
- **Use my private key and CSR**: Paste the Certificate Signing Request into the text field.

0 commit comments

Comments
 (0)