GenerateCertResponse interface
Used in activation key generation flow.
Properties
expiry |
Gets or sets expiry time in UTC |
private |
Gets or sets base64 encoded private part of the certificate, needed to form the activation key |
public |
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