Skip to content

Commit 47713e7

Browse files
authored
Merge pull request hestiacp#1972 from jaapmarcus/fix/letsencrypt-mail-apach2-only
1961 Fix issue with LE + Webmail + Apache2 only
2 parents e7f8a35 + b15e269 commit 47713e7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
77

88
### Bugfixes
99

10+
- Fix #1961 Renewal Apache2 only SSL certificate fails
11+
1012
## [1.4.5] - Service release
1113

1214
### Bugfixes
@@ -20,7 +22,7 @@ All notable changes to this project will be documented in this file.
2022

2123
- Add nginx user_agent separation to desktop/mobile (e.g. for fastcgi cache)
2224
- Run phpmyadmin folder under www-data user instead of "user" improving security. (@bet0x)
23-
- Added new template for mod php users to access phpmymyadmin
25+
- Added new template for mod php users to access phpmyadmin
2426

2527
### Bugfixes
2628

bin/v-add-letsencrypt-domain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ for auth in $authz; do
331331
check_result $? "Proxy restart failed" > /dev/null
332332
fi
333333
else
334-
get_object_value 'mail' 'DOMAIN' "$domain" "WEBMAIL"
334+
get_object_value 'mail' 'DOMAIN' "$root_domain" "WEBMAIL"
335335
if [ ! -z "$WEBMAIL" ]; then
336336
well_known="/var/lib/$WEBMAIL/.well-known"
337337
acme_challenge="$well_known/acme-challenge"

0 commit comments

Comments
 (0)