Skip to content

Commit a6b3f88

Browse files
committed
Add download cert limitation
1 parent a5fb713 commit a6b3f88

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ Advanced security features such as [HTTPS traffic inspection](/cloudflare-one/po
1111

1212
Gateway [generates a unique root CA](#generate-a-cloudflare-root-certificate) for each Zero Trust account and deploys its across the Cloudflare global network. Alternatively, Enterprise users can upload and deploy their own [custom certificate](/cloudflare-one/connections/connect-devices/warp/user-side-certificates/custom-certificate/).
1313

14+
## Certificate status
15+
1416
Zero Trust will indicate if a certificate is ready for use in inspection based on its deployment status:
1517

1618
| Deployment status | Description |
@@ -22,10 +24,6 @@ Zero Trust will indicate if a certificate is ready for use in inspection based o
2224

2325
## Generate a Cloudflare root certificate
2426

25-
:::note[Certificate generation limitation]
26-
Each Zero Trust account can generate a new root certificate a maximum of three times per day.
27-
:::
28-
2927
To generate a new Cloudflare root certificate for your Zero Trust organization:
3028

3129
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Settings** > **Resources**.
@@ -36,6 +34,8 @@ To generate a new Cloudflare root certificate for your Zero Trust organization:
3634

3735
The certificate will appear in your list of certificates as **Inactive**. To deploy your certificate and turn it on for inspection, you need to [activate the certificate](#activate-a-root-certificate).
3836

37+
Each Zero Trust account can generate a new root certificate a maximum of three times per day.
38+
3939
## Activate a root certificate
4040

4141
:::note

src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cert-with-warp.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The certificate is required if you want to [apply HTTP policies to encrypted web
3535

3636
1. (Optional) [Upload](/cloudflare-one/connections/connect-devices/warp/user-side-certificates/custom-certificate/) a custom root certificate to Cloudflare.
3737
2. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Settings** > **WARP client**.
38-
3. Enable **Install CA to system certificate store**.
38+
3. Turn on **Install CA to system certificate store**.
3939
4. [Install](/cloudflare-one/connections/connect-devices/warp/download-warp/) the WARP client on the device.
4040
5. [Enroll the device](/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment/) in your Zero Trust organization.
4141

@@ -44,7 +44,7 @@ If a custom certificate is not provided, WARP will install the default [Cloudfla
4444
Next, [verify](#access-the-installed-certificate) that the certificate was successfully installed.
4545

4646
:::note[Important]
47-
WARP only installs the system certificate it does not install the certificate on individual applications. You will need to [manually add the certificate](/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert/#add-the-certificate-to-applications) to applications that rely on their own certificate store.
47+
WARP only installs the system certificate -- it does not install the certificate to individual applications. You will need to [manually add the certificate](/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert/#add-the-certificate-to-applications) to applications that rely on their own certificate store.
4848
:::
4949

5050
## Access the installed certificate
@@ -109,6 +109,6 @@ The certificate is also placed in `/var/lib/cloudflare-warp/installed_cert.pem`
109109

110110
## Uninstall the certificate
111111

112-
If the certificate was installed by the WARP client, it is automatically removed when you disable **Install CA to system certificate store** or [uninstall WARP](/cloudflare-one/connections/connect-devices/warp/remove-warp/). WARP does not remove certificates that were installed manually (for example, certificates added to third-party applications).
112+
If the certificate was installed by the WARP client, it is automatically removed when you turn off **Install CA to system certificate store** or [uninstall WARP](/cloudflare-one/connections/connect-devices/warp/remove-warp/). WARP does not remove certificates that were installed manually (for example, certificates added to third-party applications).
113113

114114
To manually remove the certificate, refer to the instructions supplied by your operating system or the third-party application.

src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ If your device does not support [certificate installation via WARP](/cloudflare-
2020

2121
## Download the Cloudflare root certificate
2222

23+
:::note[Certificate download limitation]
24+
You can only download certificates from the Zero Trust dashboard.
25+
:::
26+
2327
First, [generate](/cloudflare-one/connections/connect-devices/warp/user-side-certificates/#generate-a-cloudflare-root-certificate) and download the Cloudflare certificate. The certificate is available in both `.pem` and `.crt` file format. Certain applications require the certificate to be in a specific file type, so ensure you download the most appropriate file for your use case.
2428

2529
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Settings** > **Resources**.

0 commit comments

Comments
 (0)