Partilhar via


CertificateBodyDescription interface

The JSON-serialized X509 Certificate.

Properties

certificate

base-64 representation of the X509 leaf certificate .cer file or just .pem file content.

isVerified

True indicates that the certificate will be created in verified state and proof of possession will not be required.

Property Details

certificate

base-64 representation of the X509 leaf certificate .cer file or just .pem file content.

certificate?: string

Property Value

string

isVerified

True indicates that the certificate will be created in verified state and proof of possession will not be required.

isVerified?: boolean

Property Value

boolean