Skip to content

Releases: gregtwallace/certwarden

LeGo CertHub v0.6.10

08 Mar 23:59
Compare
Choose a tag to compare
LeGo CertHub v0.6.10 Pre-release
Pre-release

[v0.6.10] - 2023-03-08

Added

N/A

Changed

  • Update Go version and move Node and Go versions to global variables in build script.
  • Rename DNS example scripts to avoid accidental overwrite.
  • Minor code clarification in CORS.

Fixed

N/A

Removed

N/A

LeGo CertHub v0.6.9

29 Jan 20:50
Compare
Choose a tag to compare
LeGo CertHub v0.6.9 Pre-release
Pre-release

Added

  • Config option to disable dns checker module. Instead, specify a time to sleep and
    then assume dns propagated successfully.
  • Manual DNS script challenge validation module. Calls external scripts to create
    and remove DNS records. This allows support for any DNS provider. Add example scripts
    to show variables available to scripts.
  • Add some more config comments on dns checker config.

Changed

  • Better logging for config parsing.
  • Better authentication logging for audit trail.
  • Better download logging for audit trail.
  • Exit on improperly formatted config.yaml

Fixed

  • Fix install and upgrade linux scripts to work when called from any path.
  • Fix logic auto order logic that could sometimes result in the job being called
    twice on the same day.
  • Include subject in the CSR DNSNames field (not just Alt Names). LE accepted the
    previous method but Pebble returns an error without this.
  • Frontend: Fix missing Staging Flag in All Certificates.
  • Frontend: Fix wrong information in confirm delete certificate Dialog.

Removed

N/A

LeGo CertHub v0.6.8

20 Jan 22:26
Compare
Choose a tag to compare
LeGo CertHub v0.6.8 Pre-release
Pre-release

Minor changes:

  • Update frontend favorite icon and title
  • Hide CSR fields by default on Certificates
  • Minor script updates
  • Run auto refresh job on random second (per Let's Encrypt guidelines)

LeGo CertHub v0.6.7

13 Jan 22:42
Compare
Choose a tag to compare
LeGo CertHub v0.6.7 Pre-release
Pre-release

First formal public facing release. This software is still very much in development. Please report any issues.