Add expansion of domains during certificate renewal
This commit is contained in:
parent
d00ffe54e4
commit
2b66d830d9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
name: certbot
|
||||
state: present
|
||||
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:
|
||||
- certbot-etc:/etc/letsencrypt
|
||||
- certbot-var-lib:/var/lib/letsencrypt
|
||||
|
|
|
|||
Loading…
Reference in a new issue