Explorar el Código

add manfred lets encrypt requests

Maximilian Ronniger hace 7 años
padre
commit
8a2e3705e4
Se han modificado 1 ficheros con 60 adiciones y 0 borrados
  1. 60 0
      scripts/le.manfred

+ 60 - 0
scripts/le.manfred

@@ -0,0 +1,60 @@
+#!/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 \
+