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/manual-deployment.mdx
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ To install a Cloudflare certificate in macOS, you can use either the Keychain Ac
94
94
1. Download a Cloudflare certificate.
95
95
2. Open the `.crt` file in Keychain Access. If prompted, enter your local password.
96
96
3. In **Keychain**, choose the access option that suits your needs and select **Add**.
97
-
4. In the list of certificates, locate the newly installed certificate. Keychain Access will mark this certificate as not trusted. Right-click the certificate and select **Get Info**.
97
+
4. In the list of certificates, locate the newly installed certificate. Keychain Access will mark this certificate as not trusted. Right-select the certificate and select **Get Info**.
98
98
5. Select **Trust**. Under **When using this certificate**, select _Always Trust_.
99
99
100
100
The root certificate is now installed and ready to be used.
@@ -139,7 +139,7 @@ Windows offers two locations to install the certificate, each impacting which us
139
139
| Local Machine Store | All users on the system |
140
140
141
141
1.[Download a Cloudflare certificate](#download-the-cloudflare-root-certificate).
142
-
2. Right-click the certificate file.
142
+
2. Right-select the certificate file.
143
143
3. Select **Open**. If a security warning appears, choose **Open** to proceed.
144
144
4. The **Certificate** window will appear. Select **Install Certificate**.
145
145
5. Now choose a Store Location. If a security warning appears, choose **Yes** to proceed.
@@ -344,7 +344,13 @@ For more information, refer to the [Microsoft documentation](https://learn.micro
344
344
To upload and deploy a Cloudflare certificate in Jamf Pro:
345
345
346
346
1.[Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
347
-
2. In Jamf Pro, [upload the certificate](https://learn.jamf.com/bundle/jamf-pro-documentation-current/page/SSL_Certificate.html) and deploy it across your devices.
347
+
2. In Jamf Pro, go to **Computers** > **Configuration Profiles** to create a computer configuration profile, or go to **Devices** > **Configuration Profiles** to create a mobile device configuration profile. Select **New**.
348
+
3. Name the profile, then select **Add** > **Certificate**.
349
+
4. Choose the certificate file.
350
+
5. Select **Scope**, then choose which devices or groups to deploy the certificate to.
351
+
6. Select **Save**.
352
+
353
+
For more information, refer to the [Jamf Pro documentation](https://learn.jamf.com/bundle/jamf-pro-documentation-current/page/PKI_Certificates.html).
0 commit comments