Compare commits
1 Commits
master
...
sutty-cert
Author | SHA1 | Date | |
---|---|---|---|
|
8c49989407 |
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user