Variable CertificateCertificateAuthorityEnumConst

CertificateCertificateAuthorityEnum: {
    googletrust: "googletrust";
    letsencrypt: "letsencrypt";
} = ...

Type declaration

  • Readonly googletrust: "googletrust"
  • Readonly letsencrypt: "letsencrypt"