ssl_retrieve
Retrieve the SSL certificate bundle for any domain using Porkbun nameservers. Get the full certificate chain needed to configure HTTPS.
Instructions
Retrieve the SSL certificate bundle for a domain.
Only available for domains using Porkbun nameservers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name (e.g., 'example.com') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| public_key | Yes | Public key (PEM) | |
| private_key | Yes | Private key (PEM) | |
| certificate_chain | Yes | Certificate chain (PEM) |