implemented rfc 8738 support

This commit is contained in:
Lukas Schauer
2022-04-06 22:23:43 +02:00
parent 784fb806c8
commit ad3f08084c
2 changed files with 54 additions and 16 deletions

View File

@@ -10,6 +10,7 @@ This file contains a log of major changes in dehydrated
## Added
- Implemented EC for account keys
- Domain list now also read from domains.txt.d subdirectory (behaviour might change, see docs)
- Implemented RFC 8738 (validating/signing certificates for IP addresses instead of domain names) support (this will not work with most public CAs, if any!)
## [0.7.0] - 2020-12-10
## Added