nginx and certbot into containers is start and renew certs by auto

This commit is contained in:
2025-05-31 19:54:35 +03:00
parent 81fd806691
commit 89d6d62f12
15 changed files with 433 additions and 345 deletions
+21
View File
@@ -0,0 +1,21 @@
# Используем staging сервер для тестов
staging = False # Staging True for develops
# Ваш email
email = valitovgaziz@yandex.ru
# Принимаем условия подписки
agree-tos = True
# Неинтерактивный режим
non-interactive = True
# Домены
domains = yalarba.ru
# Путь для webroot-аутентификации
webroot-path = /var/www/certbot
# Предпочитаемые настройки
key-type = ecdsa
elliptic-curve = secp384r1