Selaa lähdekoodia

add hostet lets encrypt setup

Maximilian Ronniger 7 vuotta sitten
vanhempi
commit
9a957c336f
1 muutettua tiedostoa jossa 15 lisäystä ja 0 poistoa
  1. 15 0
      scripts/le.hosted

+ 15 - 0
scripts/le.hosted

@@ -0,0 +1,15 @@
+#!/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 ananyabhakti.ru \
+  -d www.ananyabhakti.ru
+
+
+certbot --text --agree-tos certonly -a webroot --post-hook "/etc/letsencrypt/renewal-hooks/post/10_update_haproxy" --webroot-path /var/www/domain_validation \
+  -d meditationband.at \
+  -d www.meditationband.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 ronniger.at \
+  -d www.ronniger.at
+