Split the certificate keys by primary domain

This commit is contained in:
2026-02-09 09:25:41 +00:00
parent d7c18b747e
commit 557571c9fd
3 changed files with 17 additions and 9 deletions

View File

@@ -14,15 +14,18 @@
certbot_admin_email: matthew@thespencers.me.uk
certbot_certs:
- webroot: "/var/www/html"
domains:
- domains:
- "apptabulous.co.uk"
- "www.apptabulous.co.uk"
- "hub.apptabulous.co.uk"
- "watchtower.apptabulous.co.uk"
webroot: "/var/www/html"
- domains:
- "m5p3nc3r.co.uk"
- "www.m5p3nc3r.co.uk"
- "gitea.m5p3nc3r.co.uk"
webroot: "/var/www/html"
certbot_repo: https://github.com/certbot/certbot.git
certbot_version: master