Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace UpdateCertificateByImportingConfigDetails

The details of the configuration for updating a certificate based on the keys from an imported certificate.

Properties

certChainPem

certChainPem: string

The certificate chain (in PEM format) for the imported certificate.

certificatePem

certificatePem: string

The certificate (in PEM format) for the imported certificate.

Const configType

configType: string = "IMPORTED"

privateKeyPem

privateKeyPem: string

The private key (in PEM format) for the imported certificate.

Optional privateKeyPemPassphrase

privateKeyPemPassphrase: undefined | string

An optional passphrase for the private key.

Optional stage

stage: Stage

The rotation state of the certificate. The default is {@code CURRENT}, meaning that the certificate is currently in use. A certificate version that you mark as {@code PENDING} is staged and available for use, but you don't yet want to rotate it into current, active use. For example, you might update a certificate and mark its rotation state as {@code PENDING} if you haven't yet updated the certificate on the target system.

Optional versionName

versionName: undefined | string

A name for the certificate version. When the value is not null, a name is unique across versions of a given certificate.

Methods

getDeserializedJsonObj

getJsonObj