tunnelTlsDirectory property

String? tunnelTlsDirectory
final

A directory holding fullchain.pem + privkey.pem (LetsEncrypt layout) used to terminate TLS on secure tunnel public ports. When set, the Hub loads the certificate at start and re-checks the files every tunnelTlsReloadInterval, reloading automatically when they change so renewals are picked up without a restart. Takes precedence over tunnelSecurityContext.

Implementation

final String? tunnelTlsDirectory;