infomaniak_get_certificate
Retrieve full SSL certificate details for a site on Infomaniak web hosting, including provisioning state, type, issuer, validity, and fingerprint.
Instructions
Return the full SSL certificate detail for one site on a web hosting: provisioning state (installed, updating, error, …), type (free/paid/custom) and sub-type (lets_encrypt, …), issuer + organization, validity flags (is_valid, is_expired, is_selfsigned), issue and expiry timestamps, SHA-256 fingerprint, main FQDN in IDN form, ACME identifier errors and the timestamp of the last issuance attempt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hosting_id | Yes | ||
| site_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_id | Yes | ||
| status | Yes | ||
| type | No | ||
| sub_type | No | ||
| issuer | No | ||
| organization | No | ||
| main_fqdn | No | ||
| main_fqdn_idn | No | ||
| emitted_at | No | ||
| expired_at | No | ||
| fingerprint_sha256 | No | ||
| is_valid | No | ||
| is_expired | No | ||
| is_selfsigned | No | ||
| ignored_identifiers | No | ||
| error_identifiers | No | ||
| error_on_certificate | No | ||
| last_attempt_at | No |