SSL/TLS
By default, a certificate from Let's Encrypt is automatically issued for domains.
There is also an option to upload your own certificate.
Let's Encrypt certificates are automatically renewed every 60 days.
ssl Object
| Parameter | Type | Description | Example |
|---|---|---|---|
| domain_id | integer | Domain ID | 1 |
| domain_name | string | Domain name | example.com |
| is_custom | boolean | Indicates the certificate was uploaded manually by user | false |
| issuer | string | Certificate issuer | C = US, O = Let's Encrypt, CN = Artificial Apricot R3 |
| serial | string | Certificate serial number | 2B9C69E943BE4ECD9945FB0E9C05C0316FEG |
| cert | string | Certificate | |
| ca_cert | string | Root certificate | |
| key | string | Certificate private key | |
| password | string | Password for the certificate key | password |
| issue_date | datetime | Certificate issue date | 2024-05-17T15:46:40.108Z |
| expiry_date | datetime | Certificate expiration date | 2024-08-17T15:46:40.108Z |