manage_haproxy_frontend_certificate
Add or remove an additional SNI SSL certificate on an HAProxy frontend; deletion requires confirmation.
Instructions
Add or remove an additional SNI SSL certificate on an HAProxy frontend
To set the frontend's default certificate instead (used whenever SNI doesn't match one of these additional certs), use update_haproxy_frontend's ssloffloadcert parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform ('create' or 'delete') | |
| confirm | No | Must be set to True for delete operations. Safety gate for destructive operations. | |
| parent_id | Yes | Parent frontend ID | |
| certificate_id | No | Certificate entry ID (required for delete) | |
| ssl_certificate | No | Certificate refid to add (required for create; from search_certificates or search_acme_certificates — use `refid`, not the numeric `id`) | |
| apply_immediately | No | Whether to apply changes immediately |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||