summaryrefslogtreecommitdiff
path: root/frontends/scripts/acme.sh.tpl
AgeCommit message (Collapse)Author
2026-04-10acme.sh: skip standby certs for server FQDNs, restart relayd if deadPaul Buetow
- Skip standby.blowfish.buetow.org and standby.fishfinger.buetow.org (no DNS records, no httpd/acme-client.conf entries) - Use 'rcctl check && reload || restart' for relayd so a dead relayd gets restarted instead of silently failing on reload Amp-Thread-ID: https://ampcode.com/threads/T-019d77bf-0537-74e1-a1a9-c1b47d2af392 Co-authored-by: Amp <amp@ampcode.com>
2026-01-31Fix acme.sh to handle f3s host server blocks with -port80/-port8080 suffixesPaul Buetow
Changes grep from exact match (^server "") to prefix match (^server ") This allows acme.sh to find and generate certificates for f3s cluster hosts. Amp-Thread-ID: https://ampcode.com/threads/T-019c14ac-164f-776f-8648-471d4ac4ce5a Co-authored-by: Amp <amp@ampcode.com>
2026-01-31Fix minvid.f3s.buetow.org TLS certificate generation and routingPaul Buetow
- acme.sh: Change grep from exact match to prefix match for f3s hosts Server blocks for f3s hosts use -port80/-port8080 suffixes - relayd: Add explicit routing for f3s hosts (except registry/jellyfin) minvid and other f3s hosts now route to <f3s> backend table Amp-Thread-ID: https://ampcode.com/threads/T-019c14ac-164f-776f-8648-471d4ac4ce5a Co-authored-by: Amp <amp@ampcode.com>
2025-11-02use www.* as alt name in certsPaul Buetow
2025-07-31UpdatePaul Buetow
2024-12-03no need to reload httpd anymorePaul Buetow
2024-03-23add master and standbyPaul Buetow
2024-03-16also check for host in httpd before invoking acmePaul Buetow
2024-03-14failover DNS to fishfingerPaul Buetow
2022-07-31use hostnames of the servers for mail TLS certsPaul Buetow
2022-07-23also add smtpd to use acmePaul Buetow
2022-07-13Use ACMEPaul Buetow