Create a Mutual Authentication
POST {{fastly_url}}/tls/mutual_authentications
Create a mutual authentication using a bundle of certificates to enable client-to-server mutual TLS.
Authorization: API token with at least TLS management permissions.
Request Body
{"data"=>{"type"=>"mutual_authentication", "attributes"=>{"cert_bundle"=>"-----BEGIN CERTIFICATE-----\n...\n-----END CERTIFICATE-----\n", "name"=>"Mutual Authentication A"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Host | string | ||
Content-Type | string | ||
Accept | string |