Create a new proxy certificatepost https://{hostname}/etp-config/v3/customers/{configId}/certificatesCreates a new proxy certificate.Path ParamsconfigIdintegerrequiredA unique identifier for the configuration.Query ParamsaccountSwitchKeystringFor 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 ParamscaModestringenumrequiredMode of the certificate, either CUSTOMER or AKAMAI.CUSTOMERAKAMAIAllowed:CUSTOMERAKAMAIcertificatestringrequiredValue of the certificate in PEM format. ASCII, base64-encoded text starting with -----BEGIN CERTIFICATE----- and ending with -----END CERTIFICATE-----.certificateRequeststringValue for the certificate signing request (CSR). ASCII, base64-encoded text starting with -----BEGIN CERTIFICATE REQUEST----- and ending with -----END CERTIFICATE REQUEST-----.createdBystringlength ≥ 1Name of the user who created this certificate.fingerprintstringlength ≥ 1The certificate's hexadecimal fingerprint.modifiedBystringlength ≥ 1Name of the user who most recently modified this certificate. If there haven't been any modifications, the value matches createdBy.Responses 201Successful response. 400Validation error. 401Authentication error. See Get started for help setting up your API token. 403Insufficient permissions See Get started for help setting up your API token. 404Configuration not Found.Updated about 1 month ago