pqc_origin
Version: v2025-04-29 | Includes use: Yes |
---|
Behavior name: Post Quantum Cryptography to Origin
Important: This is a limited availability behavior and is only compatible with Media Service Live, NetStorage, and Custom origins. To enable it, contact your Akamai account team.
Enables Post Quantum Cryptography (PQC) key exchanges if your origin either presents errors with larger PQC client hellos or has a faulty PQC implementation.
- Your Origin certificate needs to support transport layer security (TLS) version 1.3.
- It only applies to Enhanced TLS hostnames.
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_origin" {
rules_v2025_02_18 {
name = "Post Quantum Cryptography to Origin"
comments = "Enables PQC key exchanges."
behavior {
pqc_origin {
enabled = true
}
}
}
}
"behaviors": [
{
"name": "pqcOrigin",
"options": {
"enabled": true
}
}
]
Options
Option | Description |
---|---|
enabled |
Enables Post Quantum Cryptography (PQC) key exchanges.
|
Updated about 17 hours ago