Documentation / zerotal / config-reexport / AppTlsConfig
Interface: AppTlsConfig
Defined in: packages/core/src/config/AppConfig.ts:10
TLS certificate and key paths that enable HTTPS when provided.
Properties
cert
cert:
string
Defined in: packages/core/src/config/AppConfig.ts:12
Path to the TLS certificate file.
key
key:
string
Defined in: packages/core/src/config/AppConfig.ts:14
Path to the TLS private key file.