summaryrefslogtreecommitdiff
path: root/frontends/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/scripts')
-rw-r--r--frontends/scripts/acme.sh.tpl4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontends/scripts/acme.sh.tpl b/frontends/scripts/acme.sh.tpl
index 0cf8b98..2136f19 100644
--- a/frontends/scripts/acme.sh.tpl
+++ b/frontends/scripts/acme.sh.tpl
@@ -43,7 +43,9 @@ fi
# Pick up the new certs.
if [ $has_update = yes ]; then
- /usr/sbin/rcctl reload httpd
+ # TLS offloading fully moved to relayd now
+ # /usr/sbin/rcctl reload httpd
+
/usr/sbin/rcctl reload relayd
/usr/sbin/rcctl restart smtpd
fi