Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace CreateCertificateByImportingConfigDetails

The details of the configuration for creating 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 versionName

versionName: undefined | string

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

Methods

getDeserializedJsonObj

getJsonObj