Project icon

com.io7m.certusine

Build status Maven Central Codecov

The certusine package provides an ACME client.

Contents

Features

  • Uses acme4j internally for strong RFC compliance.
  • Exclusively uses the DNS-01 ACME challenge type for ease of integration with infrastructure without having to set up insecure web servers.
  • A small, easily auditable codebase with a heavy use of modularity for correctness.
  • Exposes a service provider API for integrating with new DNS APIs.
  • Exposes a service provider API for implementing new types of certificate outputs.
  • Supports Vultr DNS.
  • Supports Gandi LiveDNS.
  • Supports writing certificates to looseleaf servers.
  • Heavily instrumented with OpenTelemetry for reliable service monitoring.
  • An extensive automated test suite with high coverage.
  • A small footprint; the client is designed to run in tiny 16-32mb JVM heap configurations.
  • Platform independence. No platform-dependent code is included in any form, and installations can largely be carried between platforms without changes.
  • OSGi-ready
  • JPMS-ready
  • ISC license

Releases

The most recently published version of the software is 3.1.0.

Source code and binaries are available from the repository.

Documentation

Documentation for the 3.1.0 release is available for reading online.

Documentation for current and older releases is archived in the repository.

User Documentation

Maven

The following is a complete list of the project's modules expressed as Maven dependencies:

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.api</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.certstore.api</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.cmdline</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.documentation</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.gandi</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.grafana</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.looseleaf</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.oci</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.tests</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.vanilla</artifactId>
  <version>3.1.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.certusine</groupId>
  <artifactId>com.io7m.certusine.vultr</artifactId>
  <version>3.1.0</version>
</dependency>

Each release of the project is made available on Maven Central within ten minutes of the release announcement.

Changes

Subscribe to the releases atom feed.

2024-06-10 Release: com.io7m.certusine 3.1.0
2024-04-19 Change: Update logback.version:1.5.3 → 1.5.6.
2024-04-19 Change: Update jackson.version:2.16.1 → 2.17.0.
2024-04-19 Change: Update net.bytebuddy:byte-buddy-agent:1.14.12 → 1.14.13.
2024-04-19 Change: Update io.opentelemetry:opentelemetry-sdk-logs:1.36.0 → 1.37.0.
2024-04-20 Change: Upgrade io.opentelemetry:opentelemetry-bom 1.36.0 → 1.37.0
2024-04-20 Change: Upgrade io.opentelemetry:opentelemetry-sdk-logs 1.36.0 → 1.37.0
2024-04-20 Change: Upgrade jackson.version 2.16.1 → 2.17.0
2024-04-20 Change: Upgrade logback.version 1.5.3 → 1.5.6
2024-04-20 Change: Upgrade net.bytebuddy:byte-buddy-agent 1.14.12 → 1.14.13
2024-04-20 Change: Update org.mockito:mockito-core 5.9.0 → 5.11.0.
2024-04-20 Change: Update net.bytebuddy:byte-buddy-agent 1.14.11 → 1.14.12.
2024-04-20 Change: Update net.bytebuddy:byte-buddy 1.14.11 → 1.14.12.
2024-04-20 Change: Update org.slf4j:slf4j-api 2.0.11 → 2.0.12.
2024-04-20 Change: Update jakarta.xml.bind:jakarta.xml.bind-api 4.0.1 → 4.0.2.
2024-04-20 Change: Update com.sun.xml.bind:jaxb-impl 4.0.4 → 4.0.5.
2024-04-20 Change: Update org.xerial:sqlite-jdbc 3.43.2.2 → 3.45.1.0.
2024-04-20 Change: Update io.opentelemetry:opentelemetry-sdk-logs 1.34.1 → 1.36.0.
2024-04-20 Change: Update org.jetbrains.kotlin:kotlin-stdlib 1.9.22 → 1.9.23.
2024-04-20 Change: Update com.squareup.okio:okio-jvm 3.7.0 → 3.8.0.
2024-04-20 Change: Update org.eclipse.jetty:jetty-http 11.0.19 → 11.0.20.
2024-04-20 Change: Update org.eclipse.jetty:jetty-jmx 11.0.19 → 11.0.20.
2024-04-20 Change: Update org.eclipse.jetty:jetty-server 11.0.19 → 11.0.20.
2024-04-20 Change: Update org.eclipse.jetty:jetty-servlet 11.0.19 → 11.0.20.
2024-04-20 Change: Update org.eclipse.jetty:jetty-util 11.0.19 → 11.0.20.
2024-04-20 Change: Update io.opentelemetry:opentelemetry-bom 1.34.1 → 1.36.0.
2024-04-20 Change: Update com.io7m.quarrel:com.io7m.quarrel.core 1.5.0 → 1.6.0.
2024-04-20 Change: Update com.io7m.quarrel:com.io7m.quarrel.ext.logback 1.5.0 → 1.6.0.
2024-04-20 Change: Update org.junit.jupiter:junit-jupiter-api 5.10.1 → 5.10.2.
2024-04-20 Change: Update org.junit.jupiter:junit-jupiter-engine 5.10.1 → 5.10.2.
2024-04-20 Change: Update ch.qos.logback:logback-classic 1.4.14 → 1.5.3.
2024-04-20 Change: Update ch.qos.logback:logback-core 1.4.14 → 1.5.3.
2024-04-20 Change: Update io.opentelemetry:opentelemetry-bom:1.36.0 → 1.37.0.
2024-04-22 Change: Update org.slf4j:slf4j-api:2.0.12 → 2.0.13.
2024-04-22 Change: Update bouncycastle.version:1.77 → 1.78.1.
2024-04-22 Change: Update com.squareup.okio:okio-jvm:3.8.0 → 3.9.0.
2024-04-22 Change: Update org.codehaus.mojo:jaxb2-maven-plugin:3.1.0 → 3.2.0.
2024-04-22 Change: Update com.io7m.quixote:com.io7m.quixote.core:1.1.0 → 1.2.0.
2024-04-28 Change: Update net.bytebuddy:byte-buddy:1.14.12 → 1.14.14.
2024-04-28 Change: Update org.xerial:sqlite-jdbc:3.45.1.0 → 3.45.3.0.
2024-04-28 Change: Update com.io7m.jmulticlose:com.io7m.jmulticlose.core:1.1.0 → 1.1.2.
2024-04-28 Change: Update net.bytebuddy:byte-buddy-agent:1.14.13 → 1.14.14.
2024-05-05 Change: Update com.io7m.jdeferthrow:com.io7m.jdeferthrow.core:1.2.0 → 1.3.0.
2024-05-05 Change: Update com.io7m.jaffirm:com.io7m.jaffirm.core:4.0.0 → 4.0.1.
2024-05-05 Change: Update jackson.version:2.17.0 → 2.17.1.
2024-05-07 Change: Update org.jetbrains.kotlin:kotlin-stdlib:1.9.23 → 1.9.24.
2024-05-07 Change: Update com.io7m.jlexing:com.io7m.jlexing.core:3.1.0 → 3.2.0.
2024-05-08 Change: Update net.bytebuddy:byte-buddy:1.14.14 → 1.14.15.
2024-05-08 Change: Update net.bytebuddy:byte-buddy-agent:1.14.14 → 1.14.15.
2024-05-10 Change: Update com.io7m.quixote:com.io7m.quixote.core:1.2.0 → 1.3.0.
2024-05-10 Change: Update com.io7m.quarrel.version:1.6.0 → 1.6.1.
2024-05-10 Change: Update io.opentelemetry:opentelemetry-bom:1.37.0 → 1.38.0.
2024-05-10 Change: Update com.io7m.jmulticlose:com.io7m.jmulticlose.core:1.1.2 → 1.1.3.
2024-05-10 Change: Update com.io7m.anethum:com.io7m.anethum.api:1.1.0 → 1.1.1.
2024-05-13 Change: Update com.io7m.jeucreader:com.io7m.jeucreader.core:3.0.0 → 3.0.1.
2024-05-13 Change: Update com.io7m.jxtrand:com.io7m.jxtrand.vanilla:2.0.0 → 2.1.0.
2024-05-13 Change: Update org.mockito:mockito-core:5.11.0 → 5.12.0.
2024-05-13 Change: Update com.io7m.repetoir:com.io7m.repetoir.core:1.0.0 → 1.0.1.
2024-05-13 Change: Update io.opentelemetry:opentelemetry-sdk-logs:1.37.0 → 1.38.0.
2024-05-16 Change: Update jetty.version:11.0.20 → 11.0.21.
2024-05-22 Change: Logging was stuck at trace level. (tickets: 50 )
2024-05-22 Change: Update net.bytebuddy:byte-buddy-agent:1.14.15 → 1.14.16.
2024-05-22 Change: Update net.bytebuddy:byte-buddy:1.14.15 → 1.14.16.
2024-05-27 Change: Update org.xerial:sqlite-jdbc:3.45.3.0 → 3.46.0.0.
2024-05-28 Change: (Backwards incompatible) Gandi.net now requires Personal Access Tokens instead of API keys. (tickets: 55 )
2024-05-30 Change: Update net.byte-buddy.version:1.14.16 → 1.14.17.
2024-05-31 Change: Properly implement Vultr DNS record deletion.
2024-06-07 Change: Update io.opentelemetry:opentelemetry-sdk-logs:1.38.0 → 1.39.0.
2024-06-07 Change: Update io.opentelemetry:opentelemetry-bom:1.38.0 → 1.39.0.
2024-03-09 Release: com.io7m.certusine 3.0.0
2024-01-21 Change: Update com.io7m.jmulticlose:com.io7m.jmulticlose.core 1.0.0 → 1.1.0.
2024-01-21 Change: Update org.mockito:mockito-core 5.4.0 → 5.8.0.
2024-01-21 Change: Update net.bytebuddy:byte-buddy-agent 1.14.5 → 1.14.11.
2024-01-21 Change: Update net.bytebuddy:byte-buddy 1.14.5 → 1.14.11.
2024-01-21 Change: Update org.slf4j:slf4j-api 2.0.7 → 2.0.10.
2024-01-21 Change: Update dnsjava:dnsjava 3.5.2 → 3.5.3.
2024-01-21 Change: Update com.h2database:h2-mvstore 2.1.214 → 2.2.224.
2024-01-21 Change: Update jakarta.xml.bind:jakarta.xml.bind-api 4.0.0 → 4.0.1.
2024-01-21 Change: Update com.sun.xml.bind:jaxb-impl 4.0.3 → 4.0.4.
2024-01-21 Change: Update com.io7m.quixote:com.io7m.quixote.core 1.0.0 → 1.1.0.
2024-01-21 Change: Update io.opentelemetry:opentelemetry-sdk-logs 1.27.0 → 1.33.0.
2024-01-21 Change: Update org.jetbrains.kotlin:kotlin-stdlib 1.8.22 → 1.9.22.
2024-01-21 Change: Update com.squareup.okio:okio-jvm 3.3.0 → 3.7.0.
2024-01-21 Change: Update org.eclipse.jetty:jetty-http 11.0.15 → 11.0.19.
2024-01-21 Change: Update org.eclipse.jetty:jetty-jmx 11.0.15 → 11.0.19.
2024-01-21 Change: Update org.eclipse.jetty:jetty-server 11.0.15 → 11.0.19.
2024-01-21 Change: Update org.eclipse.jetty:jetty-servlet 11.0.15 → 11.0.19.
2024-01-21 Change: Update org.eclipse.jetty:jetty-util 11.0.15 → 11.0.19.
2024-01-21 Change: Update com.fasterxml.jackson.core:jackson-annotations 2.15.2 → 2.16.1.
2024-01-21 Change: Update com.fasterxml.jackson.core:jackson-core 2.15.2 → 2.16.1.
2024-01-21 Change: Update com.fasterxml.jackson.core:jackson-databind 2.15.2 → 2.16.1.
2024-01-21 Change: Update io.opentelemetry:opentelemetry-bom 1.27.0 → 1.33.0.
2024-01-21 Change: Update com.io7m.quarrel:com.io7m.quarrel.core 1.2.0 → 1.4.0.
2024-01-21 Change: Update com.io7m.quarrel:com.io7m.quarrel.ext.logback 1.2.0 → 1.4.0.
2024-01-21 Change: Update org.junit.jupiter:junit-jupiter-api 5.9.3 → 5.10.1.
2024-01-21 Change: Update org.junit.jupiter:junit-jupiter-engine 5.9.3 → 5.10.1.
2024-01-21 Change: Update ch.qos.logback:logback-classic 1.4.8 → 1.4.14.
2024-01-21 Change: Update ch.qos.logback:logback-core 1.4.8 → 1.4.14.
2024-01-21 Change: Update org.bouncycastle:bcpkix-jdk18on 1.75 → 1.77.
2024-01-21 Change: Update org.bouncycastle:bcprov-jdk18on 1.75 → 1.77.
2024-01-21 Change: Update org.bouncycastle:bcutil-jdk18on 1.75 → 1.77.
2024-01-21 Change: Update com.io7m.anethum:com.io7m.anethum.api 1.0.0 → 1.1.0.
2024-01-21 Change: Update org.mockito:mockito-core 5.8.0 → 5.9.0.
2024-01-21 Change: Update org.slf4j:slf4j-api 2.0.10 → 2.0.11.
2024-01-21 Change: Update io.opentelemetry:opentelemetry-sdk-logs 1.33.0 → 1.34.1.
2024-01-21 Change: Update io.opentelemetry:opentelemetry-bom 1.33.0 → 1.34.1.
2024-01-21 Change: Update com.io7m.quarrel:com.io7m.quarrel.core 1.4.0 → 1.5.0.
2024-01-21 Change: Update com.io7m.quarrel:com.io7m.quarrel.ext.logback 1.4.0 → 1.5.0.
2024-01-21 Change: (Backwards incompatible) Require JDK 21
2024-01-21 Change: (Backwards incompatible) Drop MVStore in favour of SQLite. Note: This is a breaking change and will require the manual deletion of the store. (tickets: 13 )
2023-06-12 Release: com.io7m.certusine 2.0.0
2023-06-12 Change: Fix some documentation issues.
2023-06-12 Change: More aggressively log exceptions in telemetry traces, and set the trace error status more often.
2023-06-12 Change: (Backwards incompatible) Large internal refactoring for better telemetry reporting.
2023-06-12 Change: Fix numerous documentation issues.
2023-06-11 Release: com.io7m.certusine 1.1.0
2023-06-11 Change: Fix a packaging issue that prevented application startup with metrics enabled.
2023-06-11 Release: com.io7m.certusine 1.0.0
2023-06-11 Change: Initial major release.

Sources

This project uses Git to manage source code.

Repository: https://www.github.com/io7m-com/certusine

$ git clone https://www.github.com/io7m-com/certusine

License

Copyright © 2024 Mark Raynsford <code@io7m.com> https://www.io7m.com

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Bug Tracker

The project uses GitHub Issues to track issues.