50ab8a3efa
modified: serv_nginx/certbot/scripts/init-certbot.sh new file: serv_nginx/certbot/scripts/renewBegushiyBAshkirLatin.sh modified: serv_nginx/nginx/nginx-ssl.conf modified: serv_nginx/nginx/switch-config.sh begushiybashkir.ru add to nginx and certbot for getting certs and working with begushiybashkir.ru site too
7 lines
248 B
Bash
7 lines
248 B
Bash
#!/bin/sh
|
|
|
|
echo "Получаем новые сертификаты для ${DOMAINS_begushiybashkir_latin}..."
|
|
certbot certonly --webroot \
|
|
--config /etc/letsencrypt/config/certbot.ini \
|
|
-w /var/www/certbot \
|
|
-d ${DOMAINS_begushiybashkir_latin} |