Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface X509CertificateProperties

Package version

Properties of the X509 component of a certificate.

Hierarchy

  • X509CertificateProperties

Index

Properties

Optional ekus

ekus: string[]

The enhanced key usage.

Optional keyUsage

keyUsage: KeyUsageType[]

List of key usages.

Optional subject

subject: undefined | string

The subject name. Should be a valid X509 distinguished Name.

Optional subjectAlternativeNames

subjectAlternativeNames: SubjectAlternativeNames

The subject alternative names.

Optional validityInMonths

validityInMonths: undefined | number

The duration that the certificate is valid in months.

Generated using TypeDoc