File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ All notable changes to this project will be documented in this file.
5858- Fixed report issue link in installer scripts.
5959- Fixed database user authentification on backup restore.
6060- Added robots.txt for roundcube webmail to prevent search bot crawling.
61+ - Re-Enable force ssl function on let's encrypt certification renew.
6162
6263## [ 1.0.6] - 2019-09-24 - Hotfix
6364### Bugfixes
Original file line number Diff line number Diff line change 393393if [ -z " $mail " ]; then
394394 ssl_home=$( search_objects ' web' ' LETSENCRYPT' ' yes' ' SSL_HOME' )
395395 ssl_enabled=" $( get_object_value ' web' ' DOMAIN' " $domain " ' $SSL' ) "
396+ ssl_force=" $( get_object_value ' web' ' DOMAIN' " $domain " ' $SSL_FORCE' ) "
396397 [[ " $ssl_enabled " = " yes" ]] && $BIN /v-delete-web-domain-ssl $user $domain > /dev/null 2>&1
397398 $BIN /v-add-web-domain-ssl $user $domain $ssl_dir $ssl_home
399+ [[ " $ssl_force " = " yes" ]] && $BIN /v-add-web-domain-ssl-force $user $domain > /dev/null 2>&1
398400else
399401 ssl_enabled=" $( get_object_value ' mail' ' DOMAIN' " $root_domain " ' $SSL' ) "
400402 [[ " $ssl_enabled " = " yes" ]] && $BIN /v-delete-mail-domain-ssl $user $root_domain > /dev/null 2>&1
You can’t perform that action at this time.
0 commit comments