Skip to content

Commit 165a31d

Browse files
committed
enable_post_quantum mdm parameter
1 parent 4a19473 commit 165a31d

File tree

1 file changed

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

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar:
77

88
---
99

10-
import { GlossaryTooltip} from "~/components"
10+
import { GlossaryTooltip, InlineBadge} from "~/components"
1111

1212
Each client supports the following set of parameters as part of their deployment, regardless of the deployment mechanism.
1313

@@ -97,6 +97,17 @@ Identifies a Zero Trust organization in the WARP GUI when WARP is deployed with
9797

9898
**Value:** Organization nickname shown to users in the WARP GUI (for example, `Test environment`).
9999

100+
### `enable_post_quantum` <InlineBadge preset="beta" />
101+
102+
Allows WARP to use [post-quantum cryptography](/ssl/post-quantum-cryptography/) to secure UDP connections from the device to Cloudflare's network.
103+
104+
**Value Type:** `boolean`
105+
106+
**Value:**
107+
108+
* `false` — (default) Disables post-quantum key agreement.
109+
* `true` — Enables post-quantum key agreement.
110+
100111
### `onboarding`
101112

102113
Controls the visibility of the onboarding screens that ask the user to review the privacy policy during an application's first launch.

0 commit comments

Comments
 (0)