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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,6 @@ Some applications require a certificate formatted in the `.cer` file type to use
2.[Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
84
84
3. In a terminal, convert the certificate to DER format with the `.cer` file type:
85
-
86
85
```sh
87
86
openssl x509 -inform PEM -in ~/Downloads/certificate.pem -outform DER -out ~/Downloads/certificate.cer
88
87
```
@@ -94,7 +93,6 @@ Some applications require a certificate formatted in the `.cer` file type to use
94
93
1.[Install OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html).
95
94
2.[Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
96
95
3. In a PowerShell terminal, convert the certificate to DER format with the `.cer` file type:
97
-
98
96
```powershell
99
97
openssl x509 -inform PEM -in "$HOME\Downloads\certificate.pem" -outform DER -out "$HOME\Downloads\certificate.cer"
100
98
```
@@ -350,10 +348,12 @@ To upload and deploy a Cloudflare certificate in Jamf Pro:
350
348
351
349
1.[Download and convert a Cloudflare certificate](#convert-the-certificate) to DER format with the `.cer` file type.
352
350
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**.
353
-
3. Name the profile, then select **Add** > **Certificate**.
354
-
4. Choose the certificate file.
355
-
5. Select **Scope**, then choose which devices or groups to deploy the certificate to.
356
-
6. Select **Save**.
351
+
3. Add a name and description for the profile.
352
+
4. Choose whether you would like Jamf to install the certificate automatically or with self-service, and whether you would like to install the certificate for a single user or all users on the device.
353
+
5. Select **Add** > **Certificate**. Choose the certificate file.
354
+
6. Uncheck **Allow export from keychain**.
355
+
7. Select **Scope**, then choose which devices or groups to deploy the certificate to.
356
+
8. Select **Save**.
357
357
358
358
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