Bucket SSL Certificate
Add SSL Certificate
Uploads an SSL certificate and its matching secret so that you can use Telnyx's storage as your CDN.
put/storage/buckets/{bucketName}/ssl_certificate
Path parameters
bucketNamestring required
The name of the bucket
Response
SSL Certificate Response
Example response
{
"data": {
"created_at": "2020-01-01T00:00:00Z",
"valid_from": "2020-01-01T00:00:00Z",
"valid_to": "2020-01-01T00:00:00Z"
}
}