@Configuration @Requires(property="acme.enabled",value="true") @Requires(property="micronaut.server.ssl.enabled",value="true",defaultValue="false")
See: Description
Class | Description |
---|---|
AcmeConfiguration |
Allows the configuration of the Acme certificate process.
|
AcmeConfiguration.AuthConfiguration |
Allows the configuration of the Acme certificate authentication process.
|
AcmeConfiguration.OrderConfiguration |
Allows the configuration of the Acme certificate ordering process.
|
Enum | Description |
---|---|
AcmeConfiguration.ChallengeType |
Defines the type of valid challenges.
|