Add expansion of domains during certificate renewal

This commit is contained in:
Ivo C.S. Wingelaar 2024-10-19 19:47:03 +02:00
parent d00ffe54e4
commit 2b66d830d9
Signed by: ivo
GPG key ID: ABBED434F58D0AA3

View file

@ -12,7 +12,7 @@
name: certbot name: certbot
state: present state: present
image: docker.io/certbot/certbot image: docker.io/certbot/certbot
command: certonly -n --standalone --domains {{ podman_certbot_domains }} --agree-tos --email {{ podman_certbot_email }} command: certonly -n --standalone --domains {{ podman_certbot_domains }} --expand --agree-tos --email {{ podman_certbot_email }}
volumes: volumes:
- certbot-etc:/etc/letsencrypt - certbot-etc:/etc/letsencrypt
- certbot-var-lib:/var/lib/letsencrypt - certbot-var-lib:/var/lib/letsencrypt