Client - SSL Certificates

Upload a custom SSL certificate (PEM)

post/api/client/ssl-certificates/{domain_id}/upload

Path parameters

domain_idinteger required

Request body

certificatestring required

PEM-encoded certificate

private_keystring required

PEM-encoded private key

certificate_chainstring

PEM-encoded chain (optional, defaults to certificate)

Response

Uploaded

idinteger
hosting_account_idinteger
domain_idinteger
typestring nullable

Provider name (e.g. LetsEncrypt, ZeroSSL) or null for uploaded/self-signed

pathstring nullable
domainsstring[]
auto_renewboolean
expiration_datestring date-time nullable
created_atstring date-time
updated_atstring date-time

Changes

No recorded changes to this endpoint across all 1 revision of this API.