This commit is contained in:
deamonkai
2026-01-23 12:11:21 -06:00
commit fc94008530
16494 changed files with 2974672 additions and 0 deletions

7
CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.
## Unreleased
- Add interactive confirmation for wildcard SANs when creating CSRs; CLI now supports `--allow-wildcard` to bypass interactive confirmation in non-interactive environments. The CLI will print a clear runtime warning when `--allow-wildcard` is used to make this unsafe action visible.