Commit Graph

3 Commits

Author SHA1 Message Date
Paul Payne
d5457ae2dc fix: Normalize wildcard domain paths for certbot cert storage
Certbot stores wildcard certs under the base domain (e.g.,
*.example.com → /etc/letsencrypt/live/example.com/), but the path
helpers were using the raw wildcard domain. This caused deploy hooks
to reference nonexistent paths, silently failing and leaving certs
unrenewable.
2026-09-10 22:23:05 +00:00
Paul Payne
ff6d6bbd0b Refactor certificate output parsing and add unit tests for parseCertOutput function 2026-07-11 23:25:47 +00:00
Paul Payne
ac66ba653d Removes Wild Cloud cruft. 2026-07-11 23:05:17 +00:00