ExportedCertificate

ExportedCertificate
ExportedCertificate

Exported certificate of connection server.

JSON Example
{
    "certificate_chain": "<certificate in base64 format>",
    "certificate_usage": "MACHINE",
    "format": "pfx"
}
string As byte As byte
certificate_chain
Optional

Certificate chain.

string
certificate_usage
Optional

Indicates how the certificate would be used.

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

Certificate Type.

Possible values are : pem, pfx,