File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ All notable changes to this project will be documented in this file.
88
99### Bugfixes
1010- Add a detection of web root for add .well-known acme challenge.
11+ - Rework Let's Encrypt acme staging to use hestia conform standard.
1112
1213## [ 1.0.4] - 2019-07-09 - Hotfix
1314### Bugfixes
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ source $HESTIA/conf/hestia.conf
2323# LE API
2424LE_API=' https://acme-v02.api.letsencrypt.org'
2525
26- if [[ " $LE_STAGING " =~ ^(YES | TRUE)$ ]]; then
26+ if [[ " $LE_STAGING " = ' yes ' ]]; then
2727 LE_API=' https://acme-staging-v02.api.letsencrypt.org'
2828fi
2929
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ source $HESTIA/conf/hestia.conf
1919# LE API
2020LE_API=' https://acme-v02.api.letsencrypt.org'
2121
22- if [[ " $LE_STAGING " =~ ^(YES | TRUE)$ ]]; then
22+ if [[ " $LE_STAGING " = ' yes ' ]]; then
2323 LE_API=' https://acme-staging-v02.api.letsencrypt.org'
2424fi
2525
You can’t perform that action at this time.
0 commit comments