mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-07-03 11:41:41 +02:00
version 0.5.0
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# 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.5.0] - 2018-01-13
|
||||||
## Changed
|
## Changed
|
||||||
- Certificate chain is now cached (CHAINCACHE)
|
- Certificate chain is now cached (CHAINCACHE)
|
||||||
- OpenSSL binary path is now configurable (OPENSSL)
|
- OpenSSL binary path is now configurable (OPENSSL)
|
||||||
|
|||||||
+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="0.4.0"
|
VERSION="0.5.0"
|
||||||
|
|
||||||
# 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