Create a TLS certificate
POST {{fastly_url}}/tls/certificates
Authorization: API token with at least TLS management permissions.
Request Body
{"data"=>{"type"=>"tls_certificate", "attributes"=>{"cert_blob"=>"-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----\n", "name"=>"My certificate"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Content-Type | string | ||
Accept | string |