CertificateSpec

CertificateSpec
CertificateSpec

Certificate Spec.

JSON Example
{
    "certificate_chain": "<certificate in byte array format>",
    "certificate_password": [
        "password"
    ],
    "certificate_usage": "MACHINE",
    "format": "pem"
}
string As byte As byte
certificate_chain
Required

Certificate chain.

array of string
certificate_password
Optional

Password for pfx certificate type.

string
certificate_usage
Required

Indicates the type of certificate based on usage.

  • MACHINE: vdm certificates
  • CLUSTER: vdm.ec certificates
  • CLUSTER_ENCRYPTION: vdm.enc certificates
Possible values are : MACHINE, CLUSTER, CLUSTER_ENCRYPTION,
string
format
Required

Certificate Type.

Possible values are : pem, pfx,