moved deploy_challenge to earlier loop so it works with multiple challenge tokens on the same identifier (important for wildcard certificate), fixed array-name, removed hook-chain warning

This commit is contained in:
Lukas Schauer
2018-01-28 19:43:03 +01:00
parent 471899b4d8
commit afba7c694c
3 changed files with 13 additions and 29 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ This file contains a log of major changes in dehydrated
## [x.x.x] - xxxx-xx-xx
## Changed
- ...
- Challenge validation loop has been modified to loop over authorization identifiers instead of altnames (ACMEv2 + wildcard support)
## Added
- Support for ACME v02 (including wildcard certificates!)