/create-certificateAsk AIpost https://api.akeyless.io/create-certificateBody Paramscertificate-datastringContent of the certificate in a Base64 format.delete_protectionstringProtection from accidental deletion of this object [true/false]descriptionstringDescription of the objectexpiration-event-inarray of stringsHow many days before the expiration of the certificate would you like to be notified.expiration-event-inADD stringformatstringCertificateFormat of the certificate and private key, possible values: cer,crt,pem,pfx,p12. Required when passing inline certificate content with --certificate-data or --key-data, otherwise format is derived from the file extension.item-custom-fieldsobjectAdditional custom fields to associate with the itemitem-custom-fields objectjsonbooleanDefaults to falseSet output format to JSONtruefalsekeystringThe name of a key to use to encrypt the certificate's key (if empty, the account default protectionKey key will be used)key-datastringContent of the certificate's private key in a Base64 format.metadatastringDeprecated - use descriptionnamestringrequiredCertificate nametagsarray of stringsAdd tags attached to this objecttagsADD stringtokenstringAuthentication token (see /auth and /configure)uid-tokenstringThe universal identity token, Required only for universal_identity authenticationResponses 200createCertificateResponse wraps response body. defaulterrorResponse wraps any error to return it as a JSON object with one "error" field.Updated 7 months ago