Origin Post-Quantum Encryption

Instructs Cloudflare to use Post-Quantum (PQ) key agreement algorithms when connecting to your origin. Preferred instructs Cloudflare to opportunistically send a Post-Quantum keyshare in the first message to the origin (for fastest connections when the origin supports and prefers PQ), supported means that PQ algorithms are advertised but only used when requested by the origin, and off means that PQ algorithms are not advertised

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-cache-origin-post-quantum-encryption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/cache_origin_post_quantum_encryption",
  "title": "Origin Post-Quantum Encryption",
  "allOf": [
    {
      "$ref": "#/components/schemas/cache_base"
    },
    {
      "properties": {
        "id": {
          "description": "Value of the zone setting.",
          "enum": [
            "origin_pqe"
          ],
          "example": "origin_pqe"
        }
      }
    }
  ],
  "description": "Instructs Cloudflare to use Post-Quantum (PQ) key agreement algorithms when connecting to your origin. Preferred instructs Cloudflare to opportunistically send a Post-Quantum keyshare in the first message to the origin (for fastest connections when the origin supports and prefers PQ), supported means that PQ algorithms are advertised but only used when requested by the origin, and off means that PQ algorithms are not advertised"
}