Skip to main content

Add SSL Certificate

PUT 
/storage/buckets/:bucketName/ssl_certificate

Uploads an SSL certificate and its matching secret so that you can use Telnyx’s storage as your CDN.

Request

Path Parameters

    bucketName stringrequired

    The name of the bucket

Body

    certificate binary

    The SSL certificate file

    private_key binary

    The private key file

Responses

200: SSL Certificate Response

Loading...