CertPathOptions | mockttp

Interface CertPathOptions

Hierarchy

  • BaseCAOptions
    • CertPathOptions

Properties

certPath

certPath: string

OptionalcountryName

countryName?: string

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

OptionalkeyLength

keyLength?: number

Minimum key length when generating certificates. Defaults to 2048.

keyPath

keyPath: string

OptionallocalityName

localityName?: string

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

OptionalorganizationName

organizationName?: string

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