add script certbot/scripts/renewAllCerts.sh, it is renwe all certificates
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
echo "Получаем новые сертификаты..."
|
||||||
|
certbot certonly --webroot \
|
||||||
|
--config /etc/letsencrypt/config/certbot.ini \
|
||||||
|
-w /var/www/certbot \
|
||||||
|
-d ${DOMAINS}
|
||||||
Reference in New Issue
Block a user