mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-05-17 20:36:52 +02:00
release v0.6.1
This commit is contained in:
@@ -1,13 +1,10 @@
|
|||||||
# Change Log
|
# Change Log
|
||||||
This file contains a log of major changes in dehydrated
|
This file contains a log of major changes in dehydrated
|
||||||
|
|
||||||
## [x.x.x] - xxxx-xx-xx
|
## [0.6.1] - 2018-03-13
|
||||||
## Changed
|
## Changed
|
||||||
- Use new ACME v2 endpoint by default
|
- Use new ACME v2 endpoint by default
|
||||||
|
|
||||||
## Added
|
|
||||||
- ??
|
|
||||||
|
|
||||||
## [0.6.0] - 2018-03-11
|
## [0.6.0] - 2018-03-11
|
||||||
## Changed
|
## Changed
|
||||||
- Challenge validation loop has been modified to loop over authorization identifiers instead of altnames (ACMEv2 + wildcard support)
|
- Challenge validation loop has been modified to loop over authorization identifiers instead of altnames (ACMEv2 + wildcard support)
|
||||||
|
|||||||
+1
-1
@@ -13,7 +13,7 @@ set -o pipefail
|
|||||||
|
|
||||||
umask 077 # paranoid umask, we're creating private keys
|
umask 077 # paranoid umask, we're creating private keys
|
||||||
|
|
||||||
VERSION="git-master-after-0.6.0"
|
VERSION="0.6.1"
|
||||||
|
|
||||||
# Find directory in which this script is stored by traversing all symbolic links
|
# Find directory in which this script is stored by traversing all symbolic links
|
||||||
SOURCE="${0}"
|
SOURCE="${0}"
|
||||||
|
|||||||
Reference in New Issue
Block a user