Prechádzať zdrojové kódy

add hostet lets encrypt setup

Maximilian Ronniger 7 rokov pred
rodič
commit
9a957c336f
1 zmenil súbory, kde vykonal 15 pridanie a 0 odobranie
  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
+