Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpsOptions

Hierarchy

  • BaseCAOptions
    • HttpsOptions

Index

Properties

cert: string
countryName?: string

The countryName that will be used in the certificate for incoming TLS connections.

key: string
keyLength?: number

Minimum key length when generating certificates. Defaults to 2048.

localityName?: string

The localityName that will be used in the certificate for incoming TLS connections.

organizationName?: string

The organizationName that will be used in the certificate for incoming TLS connections.

Generated using TypeDoc