Releases: gregtwallace/certwarden
Releases · gregtwallace/certwarden
LeGo CertHub v0.6.10
[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
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
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
First formal public facing release. This software is still very much in development. Please report any issues.