feat(readme): Update documentation with detailed built-in challenge handlers and custom handler examples

This commit is contained in:
2025-04-27 14:39:59 +00:00
parent 916ac9ff8c
commit d5e7e11256
3 changed files with 78 additions and 3 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-04-27 - 6.1.0 - feat(readme)
Update documentation with detailed built-in challenge handlers and custom handler examples
- Expanded readme to include sections on Dns01Handler and Http01Handler usage
- Added examples for creating and registering custom ACME challenge handlers
- Improved clarity of ACME certificate management instructions using SmartAcme
## 2025-04-27 - 6.0.1 - fix(readme)
Remove extraneous code fence markers from license section in readme