| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- #!/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 energiatech.us \
- -d www.energiatech.us \
- -d energiatech.net \
- -d www.energiatech.net \
- certbot --text --agree-tos certonly -a webroot --post-hook "/etc/letsencrypt/renewal-hooks/post/10_update_haproxy" --webroot-path /var/www/domain_validation \
- -d manfredemerson.com \
- -d print-producer.com \
- -d printproducer.at \
- -d printproducer.com \
- -d www.manfredemerson.com \
- -d www.print-producer.com \
- -d www.printproducer.at \
- -d www.printproducer.com \
- -d vhost01.manfredemerson.com
- certbot --text --agree-tos certonly -a webroot --post-hook "/etc/letsencrypt/renewal-hooks/post/10_update_haproxy" --webroot-path /var/www/domain_validation \
- -d canto-violadamore.com \
- -d www.canto-violadamore.com \
- certbot --text --agree-tos certonly -a webroot --post-hook "/etc/letsencrypt/renewal-hooks/post/10_update_haproxy" --webroot-path /var/www/domain_validation \
- -d ciarivari.at \
- -d www.ciarivari.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 dimensions.at \
- -d www.dimensions.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 health-point.at \
- -d www.health-point.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 janadallosova.com \
- -d www.janadallosova.com \
- certbot --text --agree-tos certonly -a webroot --post-hook "/etc/letsencrypt/renewal-hooks/post/10_update_haproxy" --webroot-path /var/www/domain_validation \
- -d lackierungen.at \
- -d www.lackierungen.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 parkett-design.at \
- -d www.parkett-design.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 rechtsanwalt-dr-hans-otto-schmidt.at \
- -d www.rechtsanwalt-dr-hans-otto-schmidt.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 ruthemers.com \
- -d www.ruthemers.com \
- certbot --text --agree-tos certonly -a webroot --post-hook "/etc/letsencrypt/renewal-hooks/post/10_update_haproxy" --webroot-path /var/www/domain_validation \
- -d women-in-balance.at \
- -d www.women-in-balance.at \
|