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
| Inactive | The certificate has been generated by or uploaded to Cloudflare but is not deployed across the global network. |
21
+
| Pending | The certificate is being activated or deactivated for use. |
22
+
|Available| The certificate is deployed across the Cloudflare global network and ready to be turned on. |
23
+
|Available and In-Use | The certificate is turned on. Gateway will use the certificate for inspection. |
24
24
25
25
## Generate a Cloudflare root certificate
26
26
@@ -39,10 +39,10 @@ Each Zero Trust account can generate a new root certificate a maximum of three t
39
39
## Activate a root certificate
40
40
41
41
:::note
42
-
Zero Trust accounts using the Cloudflare certificate prior to 2024-10-17 will need to redeploy and activate the newly generated certificate. Zero Trust accounts created during or after 2024-10-17 will use an active certificate by default.
42
+
Zero Trust accounts using the Cloudflare certificate prior to 2024-10-17 will need to redeploy and activate the newly generated certificate. Zero Trust accounts created during or after 2024-10-17 will use an available certificate by default.
43
43
:::
44
44
45
-
Once a certificate is generated in or uploaded to Zero Trust, you need to activate it. Activating a certificate deploys it across the Cloudflare network. You can have up to 25 active certificates at once.
45
+
Once a certificate is generated in or uploaded to Zero Trust, you need to activate it. Activating a certificate deploys it across the Cloudflare network. You can have up to 25 available certificates at once.
46
46
47
47
To activate your root certificate:
48
48
@@ -51,7 +51,7 @@ To activate your root certificate:
51
51
3. Select the certificate you want to activate.
52
52
4. Select **Activate**.
53
53
54
-
The status of the certificate will change to **Pending** while it deploys. Once the status of your certificate is **Active**, you can install it on your user's devices either [with WARP](/cloudflare-one/connections/connect-devices/user-side-certificates/automated-deployment/) or [manually](/cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment/).
54
+
The status of the certificate will change to **Pending** while it deploys. Once the status of your certificate is **Available**, you can install it on your user's devices either [with WARP](/cloudflare-one/connections/connect-devices/user-side-certificates/automated-deployment/) or [manually](/cloudflare-one/connections/connect-devices/user-side-certificates/manual-deployment/).
55
55
56
56
Once you deploy and install your certificate, you can turn it on for use in inspection:
57
57
@@ -60,4 +60,4 @@ Once you deploy and install your certificate, you can turn it on for use in insp
60
60
3. Select the certificate you want to turn on.
61
61
4. In **Basic information**, select **Confirm and turn on certificate**.
62
62
63
-
You can set multiple certificates to **Active**, but you can only turn on one certificate for use in inspection at a time. Setting a certificate as **In-Use** will set any other turned on certificates as **Active** and prevent them from being used for inspection until turned on again.
63
+
You can set multiple certificates to **Available**, but you can only turn on one certificate for use in inspection at a time. Setting a certificate as **In-Use** will set any other turned on certificates as **Active** and prevent them from being used for inspection until turned on again.
With Browser Isolation, you can define policies to dynamically isolate websites based on identity, security threats, or content.
12
11
@@ -28,12 +27,10 @@ If instead you need to isolate specific pages, you can list the domains for whic
28
27
29
28
:::note[Isolate identity providers for applications]
30
29
31
-
32
30
Existing cookies and sessions from non-isolated browsing are not sent to the remote browser. Websites that implement single sign-on using third-party cookies will also need to be isolated.
33
31
34
32
For example, if `example.com` authenticates using Google Workspace, you will also need to isolate the top level [Google Workspace URLs](https://support.google.com/a/answer/9012184).
35
33
36
-
37
34
:::
38
35
39
36
## Do Not Isolate
@@ -46,7 +43,7 @@ You can choose to disable isolation for certain destinations or categories. The
46
43
47
44
## Policy settings
48
45
49
-
The following optional settings appear in the Gateway HTTP policy builder when you select the *Isolate* action. Enable these settings to [prevent data loss](https://blog.cloudflare.com/data-protection-browser/) when users interact with untrusted websites in the remote browser.
46
+
The following optional settings appear in the Gateway HTTP policy builder when you select the _Isolate_ action. Enable these settings to [prevent data loss](https://blog.cloudflare.com/data-protection-browser/) when users interact with untrusted websites in the remote browser.
50
47
51
48
### Disable copy / paste
52
49
@@ -62,7 +59,7 @@ Prohibits users from performing keyboard input into the remote web page.
62
59
63
60
:::note
64
61
65
-
Mouse input remains available (to allow users to browse a website by following hyperlinks and scrolling). This does not prevent user input into third-party virtual keyboards within a remote web page.
62
+
Mouse input remains available (to allow users to browse a website by following hyperlinks and scrolling). This does not prevent user input into third-party virtual keyboards within a remote web page.
66
63
:::
67
64
68
65
### Disable upload
@@ -71,7 +68,7 @@ Prohibits users from uploading files from their local machine into a remote web
71
68
72
69
:::note
73
70
74
-
This option does not prevent files being uploaded to websites from third-party cloud file managers or files downloaded into the remote browser download bar from other isolated websites. To prevent files being uploaded from the remote browser into an isolated website, use HTTP Policies to block by [Upload Mime Type](/cloudflare-one/policies/gateway/http-policies/#download-and-upload-mime-type).
71
+
This option does not prevent files being uploaded to websites from third-party cloud file managers or files downloaded into the remote browser download bar from other isolated websites. To prevent files being uploaded from the remote browser into an isolated website, use HTTP Policies to block by [Upload Mime Type](/cloudflare-one/policies/gateway/http-policies/#download-and-upload-mime-type).
75
72
:::
76
73
77
74
### Disable download
@@ -80,7 +77,7 @@ Prohibits users from exporting files from the remote browser to their local mach
80
77
81
78
:::note
82
79
83
-
This option does not prevent files from being downloaded into the remote browser. To prevent files being downloaded into the remote browser, use HTTP Policies to block by [Download Mime Type](/cloudflare-one/policies/gateway/http-policies/#download-and-upload-mime-type).
80
+
This option does not prevent files from being downloaded into the remote browser. To prevent files being downloaded into the remote browser, use HTTP Policies to block by [Download Mime Type](/cloudflare-one/policies/gateway/http-policies/#download-and-upload-mime-type).
84
81
:::
85
82
86
83
### Disable clipboard redirection
@@ -91,7 +88,7 @@ Prevents copying isolated content from the remote browser to their local clipboa
91
88
92
89
This option does not prevent clipboard interactions between isolated websites. Use [Disable copy / paste](/cloudflare-one/policies/browser-isolation/isolation-policies/#disable-copy--paste) to prohibit clipboard use on sensitive isolated applications.
93
90
94
-
Disable copy / paste and Disable clipboard redirection are mutually exclusive and cannot be used in conjunction with each other.
91
+
Disable copy / paste and Disable clipboard redirection are mutually exclusive and cannot be used in conjunction with each other.
95
92
:::
96
93
97
94
## Common policies
@@ -100,36 +97,170 @@ Disable copy / paste and Disable clipboard redirection are mutually exclusive an
100
97
101
98
Isolate security threats such as malware and phishing.
In **Configure policy settings**, you can customize restrictions for ChatGPT. For example, to prevent your users from inputting sensitive information, you can select **Disable copy / paste** and **Disable file uploads**.
For more information on what file formats DLP can scan, refer to [Supported file types](/cloudflare-one/policies/data-loss-prevention/#supported-file-types).
0 commit comments