auto_​domain_​validation

Version: v2025-02-18Includes 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 the behavior without options in the behavior block in your configuration 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_v2025_02_18 {
    name     = "Auto Domain Validation"
    comments = "Renews standard domain validated certificates automatically."
    behavior {
      auto_domain_validation {
      }
    }
  }
}
"behaviors": [
  {
    "name": "autoDomainValidation",
    "options": {
    }
  }
]

What’s Next

`