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