| 123456789101112131415161718192021 |
- #!/bin/bash
- certbot --text --agree-tos certonly -a webroot --post-hook "/etc/letsencrypt/renewal-hooks/post/10_update_haproxy" --webroot-path /var/www/domain_validation \
- -d postgasse.at \
- -d www.postgasse.at \
- certbot --text --agree-tos certonly -a webroot --post-hook "/etc/letsencrypt/renewal-hooks/post/10_update_haproxy" --webroot-path /var/www/domain_validation \
- -d sahaja-yoga.at \
- -d www.sahaja-yoga.at \
- certbot --text --agree-tos certonly -a webroot --post-hook "/etc/letsencrypt/renewal-hooks/post/10_update_haproxy" --webroot-path /var/www/domain_validation \
- -d sahajayogafakten.at \
- -d www.sahajayogafakten.at \
- #certbot --text --agree-tos certonly -a webroot --post-hook "/etc/letsencrypt/renewal-hooks/post/10_update_haproxy" --webroot-path /var/www/domain_validation \
- # -d sahajawissen.org \
- # -d www.sahajawissen.org \
- #sahaja.yoga be_web01
|