Update SSL/HTTPS settings
update_ssl_settingsPatch SSL settings for an ArvanCloud CDN domain, including HTTPS redirect, TLS version, and HSTS options. Use it to enforce secure access while noting HSTS changes persist until max-age expires.
Instructions
[WRITE] Patch SSL settings. Official: PATCH /cdn/4.0/domains/{domain}/ssl. Documented fields: ssl_status, https_redirect, replace_http, tls_version, hsts_status, hsts_max_age, hsts_subdomain, hsts_preload. HSTS changes can be hard to reverse until max-age expires.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | ||
| ssl_status | No | ||
| hsts_status | No | ||
| tls_version | No | ||
| hsts_max_age | No | ||
| hsts_preload | No | ||
| replace_http | No | ||
| hsts_subdomain | No | ||
| https_redirect | No |