Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TLSCertificateCreate

Hierarchy

  • TLSCertificateCreate

Index

Properties

certificatePem

certificatePem: string

chain of PEM-encoded certificates, leaf first. See Certificate Bundles.

Optional description

description: string

human-readable description of this TLS certificate. optional, max 255 bytes.

Optional metadata

metadata: string

arbitrary user-defined machine-readable data of this TLS certificate. optional, max 4096 bytes.

privateKeyPem

privateKeyPem: string

private key for the TLS certificate, PEM-encoded. See Private Keys.

Generated using TypeDoc