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
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/index.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,8 @@ Advanced security features such as [HTTPS traffic inspection](/cloudflare-one/po
11
11
12
12
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/).
13
13
14
+
## Certificate status
15
+
14
16
Zero Trust will indicate if a certificate is ready for use in inspection based on its deployment status:
15
17
16
18
| Deployment status | Description |
@@ -22,10 +24,6 @@ Zero Trust will indicate if a certificate is ready for use in inspection based o
22
24
23
25
## Generate a Cloudflare root certificate
24
26
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
-
29
27
To generate a new Cloudflare root certificate for your Zero Trust organization:
30
28
31
29
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:
36
34
37
35
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).
38
36
37
+
Each Zero Trust account can generate a new root certificate a maximum of three times per day.
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cert-with-warp.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ The certificate is required if you want to [apply HTTP policies to encrypted web
35
35
36
36
1. (Optional) [Upload](/cloudflare-one/connections/connect-devices/warp/user-side-certificates/custom-certificate/) a custom root certificate to Cloudflare.
37
37
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**.
39
39
4.[Install](/cloudflare-one/connections/connect-devices/warp/download-warp/) the WARP client on the device.
40
40
5.[Enroll the device](/cloudflare-one/connections/connect-devices/warp/deployment/manual-deployment/) in your Zero Trust organization.
41
41
@@ -44,7 +44,7 @@ If a custom certificate is not provided, WARP will install the default [Cloudfla
44
44
Next, [verify](#access-the-installed-certificate) that the certificate was successfully installed.
45
45
46
46
:::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.
48
48
:::
49
49
50
50
## Access the installed certificate
@@ -109,6 +109,6 @@ The certificate is also placed in `/var/lib/cloudflare-warp/installed_cert.pem`
109
109
110
110
## Uninstall the certificate
111
111
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).
113
113
114
114
To manually remove the certificate, refer to the instructions supplied by your operating system or the third-party application.
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates/install-cloudflare-cert.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@ If your device does not support [certificate installation via WARP](/cloudflare-
20
20
21
21
## Download the Cloudflare root certificate
22
22
23
+
:::note[Certificate download limitation]
24
+
You can only download certificates from the Zero Trust dashboard.
25
+
:::
26
+
23
27
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.
24
28
25
29
1. In [Zero Trust](https://one.dash.cloudflare.com/), go to **Settings** > **Resources**.
0 commit comments