diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-03 08:57:17 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-03 08:57:17 +0200 |
| commit | f84b75eb9445230cb744f53f3cd31d3667367ae3 (patch) | |
| tree | a044e03d72b67ba49a6a1c435dc715d14030dacd /frontends/scripts | |
| parent | 3813e86bdf45b551a8bae307e4c1e3663461d5d9 (diff) | |
no need to reload httpd anymore
Diffstat (limited to 'frontends/scripts')
| -rw-r--r-- | frontends/scripts/acme.sh.tpl | 4 |
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 |
