add script certbot/scripts/renewAllCerts.sh, it is renwe all certificates

This commit is contained in:
2025-07-08 02:39:03 +03:00
parent 7c8d5fb8b9
commit 6840200e80
+7
View File
@@ -0,0 +1,7 @@
#!/bin/sh
echo "Получаем новые сертификаты..."
certbot certonly --webroot \
--config /etc/letsencrypt/config/certbot.ini \
-w /var/www/certbot \
-d ${DOMAINS}