Create a certificateCopy Pagepost https://{hostname}/crux/v1/mgmt-pop/certificatesCreates a new 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 ParamsCertificate details.app_countintegerCount of applications.appsarray of stringsThe certificate's applications.appsADD stringcertstringrequiredlength ≥ 1Body of the certificate.cert_file_namestring | nullThe certificate filename.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.days_leftintegerCount of days left before certificate expiry.descriptionstring | nullA description for the certificate. Example: certificate for abc app.expired_atstringISO 8601 timestamp marking the certificate's expiry.host_namestring | nullThe certificate hostname.idpsarray of stringsThe certificate's identity providers.idpsADD stringissued_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.passwordstringThe certificate's password.private_keystringlength ≥ 1Private key for the certificate.resourcestringThe resource type.resource_uriobjectUnique resource identifier.resource_uri objectstatusintegerenumThe certificate status. Either 0 for disabled or 1 for enabled.01Allowed:01subjectstringlength ≥ 1The entity whose identity the certificate confirms.uploadedboolean | nullWhether the certificate is uploaded. Specify null if you want to add this later.truefalseuuid_urlstringlength ≥ 1A unique identifier for the certificate.Response 200Successful response.Updated about 1 month ago