Skip to content

Commit a073452

Browse files
committed
Add Jamf suggestions
1 parent 212caec commit a073452

File tree

1 file changed

+6
-6
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/user-side-certificates

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ Some applications require a certificate formatted in the `.cer` file type to use
8282
1. [Install OpenSSL](https://wiki.openssl.org/index.php/Compilation_and_Installation).
8383
2. [Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
8484
3. In a terminal, convert the certificate to DER format with the `.cer` file type:
85-
8685
```sh
8786
openssl x509 -inform PEM -in ~/Downloads/certificate.pem -outform DER -out ~/Downloads/certificate.cer
8887
```
@@ -94,7 +93,6 @@ Some applications require a certificate formatted in the `.cer` file type to use
9493
1. [Install OpenSSL for Windows](https://slproweb.com/products/Win32OpenSSL.html).
9594
2. [Download a Cloudflare certificate](#download-the-cloudflare-root-certificate) in `.pem` format.
9695
3. In a PowerShell terminal, convert the certificate to DER format with the `.cer` file type:
97-
9896
```powershell
9997
openssl x509 -inform PEM -in "$HOME\Downloads\certificate.pem" -outform DER -out "$HOME\Downloads\certificate.cer"
10098
```
@@ -350,10 +348,12 @@ To upload and deploy a Cloudflare certificate in Jamf Pro:
350348

351349
1. [Download and convert a Cloudflare certificate](#convert-the-certificate) to DER format with the `.cer` file type.
352350
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**.
357357

358358
For more information, refer to the [Jamf Pro documentation](https://learn.jamf.com/bundle/jamf-pro-documentation-current/page/PKI_Certificates.html).
359359

0 commit comments

Comments
 (0)