Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.57 KB

CreateCertificate.md

File metadata and controls

25 lines (17 loc) · 1.57 KB

CreateCertificate

Properties

Name Type Description Notes
certificateData String Content of the certificate in a Base64 format. [optional]
deleteProtection String Protection from accidental deletion of this object [true/false] [optional]
description String Description of the object [optional]
expirationEventIn List<String> How many days before the expiration of the certificate would you like to be notified. [optional]
format String CertificateFormat 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. [optional]
json Boolean Set output format to JSON [optional]
key String The name of a key to use to encrypt the certificate's key (if empty, the account default protectionKey key will be used) [optional]
keyData String Content of the certificate's private key in a Base64 format. [optional]
metadata String Deprecated - use description [optional]
name String Certificate name
tags List<String> Add tags attached to this object [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]