CertificateSpec

CertificateSpec
CertificateSpec

Certificate spec for importing ssl certificate to connection server's personal store.

JSON Example
{
    "certificate_chain": [
        48,
        -126,
        17,
        -12,
        2,
        1,
        3,
        48,
        -126,
        17,
        -70,
        17,
        -25,
        83,
        -37,
        57,
        74
    ],
    "certificate_password": [
        "string"
    ],
    "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
string
format
Required

Certificate Type.

Possible values are : pem, pfx,