tunnelSecurityContext property

SecurityContext? tunnelSecurityContext
final

The TLS security context (certificate chain + key) used to terminate TLS on tunnel public ports requested with secure: true. The certificate should match tunnelPublicHost. When null, secure tunnels are unavailable and such requests are rejected.

Ignored when tunnelTlsDirectory is set (the directory then drives a hot-reloading context instead).

Implementation

final SecurityContext? tunnelSecurityContext;