fix: check dns-01 TSIG key before ACME execution

This commit is contained in:
2026-07-04 12:52:26 +02:00
parent a67ce8e38e
commit 7e5adb1b2e
2 changed files with 18 additions and 0 deletions
+10
View File
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Added
- Added an early dns-01 prerequisite check in certificate creation for wildcard certificates.
### Fixed
- Fixed silent failures for wildcard dns-01 runs by aborting certificate creation and logging a clear error when the configured TSIG/RNDC key file is missing.
## 1.0.0 - 2026-06-28
### Added