set_certificate
Configure SSL/TLS certificates for websites to enable HTTPS encryption and secure data transmission between users and servers.
Instructions
Configures whether to enable certificates and update certificate information for a website.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| siteId | Yes | The website ID. Reference Value Source: list_sites | |
| name | No | The name of the certificate. | |
| casId | No | The ID of the cloud certificate. | |
| type | Yes | The type of certificate. Possible values: - cas (Cloud Certificate) - upload (Custom Upload Certificate) | |
| certificate | No | The content of the certificate. | |
| privateKey | No | The private key of the certificate. | |
| region | No | The region. | |
| id | No | The ID of the certificate. |