Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ShareFolderHostSSLOptions

SSL settings.

Hierarchy

  • ShareFolderHostSSLOptions

Index

Properties

Optional ca

ca: string

The path to the ca file.

Optional cert

cert: string

The path to the file of the certificate.

Optional key

key: string

The path to the key file.

Optional passphrase

passphrase: string

The required password for the key file.

Optional rejectUnauthorized

rejectUnauthorized: boolean

Request unauthorized or not.

Generated using TypeDoc