Type alias CertManagerOptions

CertManagerOptions: {
    certDuration: number;
    certRenewLeadTime: number;
}

Options for the CertManager

Type declaration

  • certDuration: number
  • certRenewLeadTime: number

Generated using TypeDoc