The UUID for a certificate that was uploaded to the mTLS Certificate Management endpoint. If no mtls_certificate_id is given, the hostnames will be associated to your active Cloudflare Managed CA.
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/tls-certificates-and-hostnames_hostname_association",
"title": "tls-certificates-and-hostnames_hostname_association",
"properties": {
"hostnames": {
"$ref": "#/components/schemas/tls-certificates-and-hostnames_schemas-hostnames"
},
"mtls_certificate_id": {
"description": "The UUID for a certificate that was uploaded to the mTLS Certificate Management endpoint. If no mtls_certificate_id is given, the hostnames will be associated to your active Cloudflare Managed CA.",
"maxLength": 36,
"minLength": 36,
"type": "string"
}
},
"type": "object"
}