Compare commits

...

1 Commits

Author SHA1 Message Date
Bet@
8c49989407 intentandolo con la imagen de certboy de sutty...
la cual no arranca porque busca conectarse con el monit de sutty
2024-09-05 15:19:46 -04:00
2 changed files with 7 additions and 4 deletions

View File

@ -27,12 +27,15 @@
volumes:
- "{{ althost }}_certs_data:/etc/letsencrypt"
- "{{ althost }}_certs_www:{{ certs_www_path }}"
command: "--staging --non-interactive --agree-tos --email {{ webmaster_email }} certonly --preferred-challenges dns --authenticator dns-standalone --dns-standalone-address={{ host_ip }} --dns-standalone-port=53 --dns-standalone-propagation-seconds=300 -d {{ loop.domains[0] }}"
detach: yes
cleanup: yes
# command: "--staging --non-interactive --agree-tos --email {{ webmaster_email }} certonly --preferred-challenges dns --authenticator dns-standalone --dns-standalone-address={{ host_ip }} --dns-standalone-port=53 --dns-standalone-propagation-seconds=300 -d {{ loop.domains[0] }}"
# detach: yes
# cleanup: yes
ports:
- "{{ host_ip }}:53:53/tcp"
- "{{ host_ip }}:53:53/udp"
env:
SUTTY: "abyaya.la"
DOMAINS: "marmite.abyaya.la" # TODO list
notify:
- reload proxy
register: cert_result

View File

@ -13,4 +13,4 @@ default_vhost: roles/proxy/templates/vhost.conf
# certbot
webmaster_email: webmaster@numerica.cl
CERTBOT_image: numericalatina/certbot-wildcard
CERTBOT_image: gitea.nulo.in/sutty/certbot-simple:3.20.2