Skip to content

Commit cc7642d

Browse files
committed
update team name formatting
1 parent 1d2ad85 commit cc7642d

File tree

1 file changed

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

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To add the registry key manually:
6666
- **Value Name**: `AutoLaunchProtocolsFromOrigins`
6767
- **Value Data**: `[{"allowed_origins": ["https://<your-team-name>.cloudflareaccess.com/"], "protocol": "com.cloudflare.warp"}]`
6868

69-
Be sure to replace `<team-name>` with your actual <GlossaryTooltip term="team name">Zero Trust team name</GlossaryTooltip>.
69+
Be sure to replace `<your-team-name>` with your actual <GlossaryTooltip term="team name">Zero Trust team name</GlossaryTooltip>.
7070

7171
Instead of using the Registry Editor, the registry key can also be created using a Group Policy Object (GPO), PowerShell script, or with an MDM tool such as [Intune](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune/#update-mdm-parameters).
7272

@@ -87,14 +87,16 @@ On macOS, you can configure `AutoLaunchProtocolsFromOrigins` by deploying a prop
8787
<dict>
8888
<key>allowed_origins</key>
8989
<array>
90-
<string>https://your-team-name.cloudflareaccess.com</string>
90+
<string>https://<your-team-name>.cloudflareaccess.com</string>
9191
</array>
9292
<key>protocol</key>
9393
<string>com.cloudflare.warp</string>
9494
</dict>
9595
</array>
9696
```
9797

98+
Be sure to replace `<your-team-name>` with your actual <GlossaryTooltip term="team name">Zero Trust team name</GlossaryTooltip>.
99+
98100
3. Some MDM tools require converting the `.plist` to a `.mobileconfig` before pushing it to a device. You can use a [file converter](https://github.com/timsutton/mcxToProfile) or modify the following example `com.google.Chrome.mobileconfig`:
99101

100102
```xml
@@ -147,7 +149,7 @@ On macOS, you can configure `AutoLaunchProtocolsFromOrigins` by deploying a prop
147149
<dict>
148150
<key>allowed_origins</key>
149151
<array>
150-
<string>https://your-team-name.cloudflareaccess.com</string>
152+
<string>https://<your-team-name>.cloudflareaccess.com</string>
151153
</array>
152154
<key>protocol</key>
153155
<string>com.cloudflare.warp</string>

0 commit comments

Comments
 (0)