SSHKey interface

Appliance SSHKey definition.

Properties

certificate

Certificate associated with the public key if the key is signed.

creationTimeStamp

Certificate creation timestamp (Unix).

expirationTimeStamp

Certificate expiration timestamp (Unix).

privateKey

Private Key.

publicKey

Public Key.

Property Details

certificate

Certificate associated with the public key if the key is signed.

certificate?: string

Property Value

string

creationTimeStamp

Certificate creation timestamp (Unix).

creationTimeStamp?: number

Property Value

number

expirationTimeStamp

Certificate expiration timestamp (Unix).

expirationTimeStamp?: number

Property Value

number

privateKey

Private Key.

privateKey?: string

Property Value

string

publicKey

Public Key.

publicKey?: string

Property Value

string