Version: v2025-07-07Includes use: Yes

Behavior name: Post Quantum Cryptography Client to Edge

Enable Post Quantum Cryptography (PQC) key exchanges from Client to Edge.

Note: This feature applies to Enhanced TLS hostnames only.

Certificate requirements for use:

  • Transport layer security (TLS) 1.3 enabled in its deployment settings.
  • The X25519MLKEM768 key group specified during the TLS handshake.

Default behavior

These samples reflect the behavior's default settings. You can use these as is in your configurations or make adjustments based on the behavior's available options.

data "akamai_property_rules_builder" "pqc_client_to_edge" {
  rules_v2025_07_07 {
    name     = "Post Quantum Cryptography Client to Edge"
    comments = "Enables Post Quantum Cryptography key exchanges."
    behavior {
      pqc_client_to_edge {
        enabled = true
      }
    }
  }
}
"behaviors": [
  {
    "name": "pqcClientToEdge",
    "options": {
      "enabled": true
    }
  }
]

Options

Option Description
enabled
Enables the Post Quantum Cryptography Client to Edge behavior.