cdn_create_cdn_ssl_certificate
Upload an SSL certificate to a CDN zone to enable HTTPS. Identify the zone by origin domain, CDN domain, or UUID, and provide PEM certificate, private key, and optional chain.
Instructions
Upload SSL certificate for a CDN zone. Smart identifier resolution: use origin domain, CDN domain, or UUID.
Args: zone_identifier: The CDN zone origin domain, CDN domain, or ID certificate: SSL certificate content (PEM format) private_key: Private key content (PEM format) certificate_chain: Certificate chain (optional, PEM format)
Returns: SSL certificate details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| certificate | Yes | ||
| private_key | Yes | ||
| zone_identifier | Yes | ||
| certificate_chain | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||