diff --git a/src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/run-parameters.mdx b/src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/run-parameters.mdx index 228392bf0219505..c2f0681da9ed2c5 100644 --- a/src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/run-parameters.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-networks/configure-tunnels/cloudflared-parameters/run-parameters.mdx @@ -123,6 +123,17 @@ Specifies the [account certificate](/cloudflare-one/connections/connect-networks Writes the application's process identifier (PID) to this file after the first successful connection. Mainly useful for scripting and service integration. +## `post-quantum` + +| Syntax | Environment Variable | +| -------------------------------------------------------- | -------------------- | +| `cloudflared tunnel run --post-quantum ` | `TUNNEL_POST_QUANTUM`| + + +By default, Cloudflare Tunnel connections over [`quic`](#protocol) are encrypted using [post-quantum cryptography (PQC)](/ssl/post-quantum-cryptography/) but will fall back to non-PQ if there are issues connecting. If the `--post-quantum` flag is provided, `quic` connections are only allowed to use PQ key agreements, with no fallback to non-PQ. + +Post-quantum key agreements are not supported when using `http2` protocol. + ## `protocol` | Syntax | Default | Environment Variable |