auto_​domain_​validation

Version: v2026-07-21Includes use: Yes

Behavior name: Auto Domain Validation

This behavior allows standard TLS domain validated certificates to renew automatically. Apply it after using the Certificate Provisioning System to request a certificate for a hostname.

Notes:

  • This behavior is not required for any Enhanced TLS certificates.
  • There are no options for this behavior. Placing it in the behavior block without options enables it.

To provision certificates programmatically, see the Certificate Provisioning System API.

📘

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" "auto_domain_validation" {
  rules_v2026_07_21 {
    name     = "Auto Domain Validation"
    comments = "Renews standard domain validated certificates automatically."
    behavior {
      auto_domain_validation {
      }
    }
  }
}
"behaviors": [
  {
    "name": "autoDomainValidation",
    "options": {
    }
  }
]



Did this page help you?