Skip to content

Commit a939128

Browse files
committed
apply review suggestions
1 parent 04c90e7 commit a939128

File tree

1 file changed

+5
-11
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment

1 file changed

+5
-11
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/index.mdx

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -93,29 +93,23 @@ The WARP client for macOS allows for an automated install via tools like Jamf, I
9393

9494
If you do not wish to use a management tool, you can manually place an `mdm.xml` file in `/Library/Application Support/Cloudflare`.
9595

96-
### Create `plist` file
96+
### Prepare file for MDM deployment
97+
98+
#### `plist` file
9799

98100
1. [Download](/cloudflare-one/static/mdm/com.cloudflare.warp.plist) an example `com.cloudflare.warp.plist` file.
99101

100102
2. Modify the file with your desired [deployment arguments](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/).
101103

102-
3. (Optional) If you want to manually place the file in `/Library/Managed Preferences` (rather than use a management tool), convert the `plist` into binary format:
103-
104-
```sh
105-
plutil -convert binary1 com.cloudflare.warp.plist
106-
```
107-
108-
The plist must be pushed by an MDM tool in order to persist after reboot. Manually-placed files will be automatically deleted by the OS.
109-
110-
### Create `mobileconfig` file
104+
#### `mobileconfig` file
111105

112106
1. [Download](/cloudflare-one/static/mdm/CloudflareWARP.mobileconfig) an example `.mobileconfig` file.
113107

114108
2. Run `uuidgen` from your macOS Terminal. This will generate a value for `PayloadUUID`, which you can use to replace the default value used for `PayloadUUID`.
115109

116110
3. Modify the file with your desired [deployment arguments](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/).
117111

118-
### Use mdm.xml file
112+
### Place an unmanaged mdm.xml
119113

120114
You can configure [WARP deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) on macOS by manually placing an `mdm.xml` file in `/Library/Application Support/Cloudflare`. This deployment method is an alternative to pushing a `plist` or `mobileconfig` using an MDM tool.
121115

0 commit comments

Comments
 (0)