aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/letsencrypt/templates (unfollow)
Commit message (Collapse)Author
2023-12-26letsencrypt: don't sort SANsEgor Tensin
Sort them in the /etc status file only, for consistency. This should allow users to supply the SANs in custom order, preserving the intended main certificate domain (or whatever the technical term is).
2023-12-10letsencrypt: re-request certificates on email changeEgor Tensin
2023-08-20append .j2 extension to templatesEgor Tensin
I saw a good point somewhere that it should help with syntax highlighting.
2023-08-20add ansible_managed comment to templatesEgor Tensin
2023-08-09letsencrypt: update certificates on subdomain changesEgor Tensin
2023-08-04import letsencrypt roleEgor Tensin