We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8713f05 commit 9308c83Copy full SHA for 9308c83
bin/v-update-host-certificate
@@ -69,6 +69,11 @@ if [[ "$MAIL_SYSTEM" =~ exim ]]; then
69
chown $exim_user:mail $HESTIA/ssl/certificate.key
70
fi
71
72
+# Add UPDATE_HOSTNAME_SSL if not exist
73
+if [ -z "$UPDATE_HOSTNAME_SSL" ]; then
74
+ echo "UPDATE_HOSTNAME_SSL='yes'" >> $HESTIA/conf/hestia.conf
75
+fi
76
+
77
# Restart services
78
$BIN/v-restart-web
79
$BIN/v-restart-proxy
0 commit comments