github caddyserver/certmagic v0.14.0

latest releases: v0.20.0, v0.19.2, v0.19.1...
2 years ago

A few fixes and enhancements:

  • An experimental feature was fixed that automatically replaces certificates which have been revoked. Now it actually works.
  • If a certificate is revoked specifically due to key compromise, the compromised key will be rotated and out and the replacement certificate will use a new key.
  • ObtainCert() and RenewCert() have been split into Sync and Async versions, similar to ManageSync() and ManageAsync(), to bring consistency to the exported API, as well as to make room for...
  • ... forced renewals, which is now a boolean argument passed into RenewCert*() methods. This will renew a certificate even if it is not expiring.
  • Obtain operations will reuse existing private keys if already in storage. It is still a no-op if all certificate assets (cert, key, and meta) are already in storage.
  • Improved logging of errors between issuers when obtaining and renewing certificates.
  • If DNS resolvers are explicitly configured, they will be used exclusively and not fall back to system resolvers. This makes the DNS challenge solvers work better in weird DNS setups.

Don't miss a new certmagic release

NewReleases is sending notifications on new releases.