Upload a certificatepost https://{hostname}/crux/v1/mgmt-pop/certificates/{certificateId}/uploadModifies a certificate.Path ParamscertificateIdstringrequiredA unique identifier for the certificate.Query ParamscontractIdstringrequiredThe Akamai contract identifier for your Enterprise Application Access product.accountSwitchKeystringFor 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 Paramscertstringrequiredlength ≥ 1Body of the certificate.cert_typeintegerenumDefaults to 1The certificate type. Either 1 for application, 2 for agent, 3 for internal, 4 for user, 5 for self-signed, or 6 for cloud CA.123456Allowed:123456cnstringlength ≥ 1The Common Name (CN) represents the server name protected by the SSL certificate. Example: akamai.com.created_atstringISO 8601 timestamp marking certificate creation.descriptionstringlength ≥ 1A description for the certificate. Example: certificate for abc app.expired_atstringISO 8601 timestamp marking the certificate's expiry.issued_atstringISO 8601 timestamp marking the certificate's issue.issuerstringlength ≥ 1Entity that has verified the certificate's contents.modified_atstringISO 8601 timestamp marking the certificate's last modification.namestringrequiredlength ≥ 1A display label for the certificate.passwordstringrequiredlength ≥ 1Password for the certificate.private_keystringlength ≥ 1Private key for the certificate.resource_uristringlength ≥ 1Unique resource identifier.statusintegerenumThe certificate status. Either 0 for disabled or 1 for enabled.01Allowed:01subjectstringlength ≥ 1The entity whose identity the certificate confirms.uuid_urlstringlength ≥ 1A unique identifier for the certificate.Response 200Successful response.Updated about 1 month ago