request_certificate
Request an SSL certificate for a site, defaulting to Let's Encrypt. Provisioning is asynchronous—check certificate list for status.
Instructions
Request an SSL certificate for a site (defaults to Let's Encrypt). Provisioning is async — check list_certificates for status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server_id | Yes | The ID of the server | |
| site_id | Yes | The ID of the site | |
| domains | Yes | The domain(s) for the certificate, comma-separated, e.g. 'example.com,www.example.com' | |
| type | No | Certificate type (default 'letsencrypt') | |
| force | No | Force re-issue even if one exists (default false) |