GenerateCertResponse interface

Used in activation key generation flow.

Properties

expiryTimeInUTC

Gets or sets expiry time in UTC

privateKey

Gets or sets base64 encoded private part of the certificate, needed to form the activation key

publicKey

Gets or sets base64 encoded certificate raw data, this is the public part needed to be uploaded to cert vault

Property Details

expiryTimeInUTC

Gets or sets expiry time in UTC

expiryTimeInUTC?: string

Property Value

string

privateKey

Gets or sets base64 encoded private part of the certificate, needed to form the activation key

privateKey?: string

Property Value

string

publicKey

Gets or sets base64 encoded certificate raw data, this is the public part needed to be uploaded to cert vault

publicKey?: string

Property Value

string