Skip to content

Releases: kpcyrd/acme-redirect

v0.7.0

05 Oct 12:10
Compare
Choose a tag to compare

What's Changed

This release benefited greatly from technical help by our friend @cpu (contributor to both ACME and rustls), thanks and much appreciated! He also wrote a blogpost explaining the technical details.

Thanks

We'd like to thank @SantiagoTorres and @repi for their support on github sponsors.

v0.6.2

03 Jan 17:36
Compare
Choose a tag to compare
  • Fix issues with the release pipeline

Thanks

We'd like to thank @SantiagoTorres, @repi and @rgacogne for their support on github sponsors.

v0.6.1

03 Jan 16:19
Compare
Choose a tag to compare
Release v0.6.1

v0.6.0

03 Jan 12:04
Compare
Choose a tag to compare
  • Write an additional fullbundle file
  • Update dependencies (clap to v4, actix-web to v4)
  • Use /usr/bin instead of /usr/local/bin

Thanks

We'd like to thank @SantiagoTorres, @repi and @rgacogne for their support on github sponsors.

v0.5.3

22 Sep 10:35
Compare
Choose a tag to compare
  • Fix "missing field `contact` at line 13 column 1" error caused by letsencrypt api response change

Thanks

We'd like to thank @SantiagoTorres and @repi for their support on github sponsors.

v0.5.2

08 Sep 16:34
Compare
Choose a tag to compare
  • Update dependencies

Thanks

We'd like to thank @SantiagoTorres and @repi for their support on github sponsors.

v0.5.1

08 May 09:15
Compare
Choose a tag to compare
  • Reduced timeout for check http requests
  • Add flag to only execute hooks
  • Make data and challenge directory configurable in config file
  • Add subcommand to dump config as json

Thanks

We'd like to thank @repi for their support on github sponsors.

v0.5.0

25 Apr 18:22
Compare
Choose a tag to compare
  • In addition to the regular files, also create bundle files that contain both the certificate and private key
  • Introduce a global exec= option that is executed if the certificate doesn't have any exec= hooks configured, and also add a global exec_extra= option for hooks that are always executed even if the certificate has hooks configured
  • In addition to privkey and fullchain there's now also a file called bundle that's a combination of both
  • The certificate files are now created read-only
  • Update the systemd unit to wait until the network is up
  • Rename the development branch from master to main
  • Update dependencies

Thanks

We'd like to thank @repi for their support on github sponsors.

v0.4.0

24 May 14:11
Compare
Choose a tag to compare

The webroot changed slightly, make sure you restart the daemon after the update.

  • Add setuid and chroot support
  • Add a check subcommand to test if proofs can be fetched correctly
  • Add openrc support for alpine
  • Create files for just the cert and just the chain
  • Detect permission errors for acme-redirect status
  • Add boxxy to inspect sandbox

Thanks

We'd like to thank @repi for their support on github sponsors.

v0.3.0

21 May 14:03
Compare
Choose a tag to compare
  • Allow only renewing specific certs
  • Add manpages
  • Fix an issue with the contact email not being passed through
  • Improve debian packaging, documentation and error messages

Thanks

We'd like to thank @repi for their support on github sponsors.