install_ssl_certificate
Deploy an SSL certificate for a domain using PEM cert, private key, and optional CA bundle to enable HTTPS.
Instructions
Install an SSL certificate for a domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Private key content (PEM format) | |
| cert | Yes | Certificate content (PEM format) | |
| domain | Yes | Domain name for the certificate | |
| cabundle | No | CA bundle content (PEM format) |