Package io.micronaut.acme.ssl
package io.micronaut.acme.ssl
Netty SSL.
- Since:
- 1.0
- Author:
- Nathan Zender
-
ClassDescriptionThe Netty implementation of
ServerSslBuilder
that generates anSslContext
to create a server handler with to SSL support via a temporary self signed certificate that will be replaced by an ACME certificate once acquired.Allows for netty SslContext to be delegated to another as well as switched out at runtime.