Modify a manual certificateput https://{hostname}/crux/v1/mgmt-pop/certificates/{certificateId}Updates an existing manual 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 Paramsapp_countintegerCount of applications.appsarray of stringsThe certificate's applications.appsADD stringcertstringrequiredlength ≥ 1Body of the certificate.cert_typeintegerenumrequiredDefaults 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 the certificate's creation.days_leftinteger≥ 0The number of days left before the certificate expires.descriptionstring | nullA description for the certificate. Specify null if you want to provide this later.expired_atstringISO 8601 timestamp marking the certificate's expiry.issued_atstringISO 8601 timestamp marking certificate 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.passwordstringThe certificate's password.private_keystringrequiredlength ≥ 1Private key for the certificate.resourcestringThe resource type.resource_uristringlength ≥ 1Hypermedia link for the certificate.statusintegerenumThe certificate status. Either 0 for disabled or 1 for enabled.101Allowed:01subjectstringlength ≥ 1The entity whose identity the certificate confirms.uuid_urlstringlength ≥ 1A unique identifier for the certificate.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 200Successful response. 400Bad request. 401Unauthorized. 403Forbidden. 404Not found. 405Method not allowed. 415Unsupported media type.Updated about 1 month ago