Create a new proxy certificate

Creates a new proxy certificate.

Path Params
integer
required

A unique identifier for the configuration.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params
string
required

Mode of the certificate, either CUSTOMER or AKAMAI.

string
required

Value of the certificate in PEM format. ASCII, base64-encoded text starting with -----BEGIN CERTIFICATE----- and ending with -----END CERTIFICATE-----.

string

Value for the certificate signing request (CSR). ASCII, base64-encoded text starting with -----BEGIN CERTIFICATE REQUEST----- and ending with -----END CERTIFICATE REQUEST-----.

string
length ≥ 1

Name of the user who created this certificate.

string
length ≥ 1

The certificate's hexadecimal fingerprint.

string
length ≥ 1

Name of the user who most recently modified this certificate. If there haven't been any modifications, the value matches createdBy.

Responses

Headers
object
string

Location URL for the newly created resource.

Language
Authentication
URL