This project includes integration between Micronaut and ACME via Acme4j.
The Micronaut ACME integration can be used together with any ACME server to provide ssl certificates for your application. Let's Encrypt is currently the front runner for integration with Acme and is completely free.
See the stable or snapshot documentation for more information.
Since ACME servers do require some pre setup support has been baked into the micronaut-cli found here. Which can help you create keys, create/deactivate accounts, etc.
See the Examples for more information.
Snapshots are automatically published to JFrog OSS using Github Actions.
See the documentation in the Micronaut Docs for how to configure your build to use snapshots.
Releases are published to JCenter and Maven Central via Github Actions.
A release is performed with the following steps:
- Create a new release. The Git Tag should start with
v
. For examplev1.0.0
. - Monitor the Workflow to check it passed successfully.
- Celebrate!
- JDK 8 or later
- To do a full build you will need a Docker Engine or Docker Desktop running as the tests require TestContainers
- Checkout from Github (e.g.
git clone git@github.com:micronaut/micronaut-acme.git
) cd micronaut-acme
./gradlew build