securityContext method

  1. @override
SecurityContext securityContext()
override

The current SecurityContext to bind the listener with.

Throws TlsException if certificates are not yet available (e.g. an ACME provider that has not completed provision).

Implementation

@override
SecurityContext securityContext() => _context;