nginx and certbot into containers is start and renew certs by auto
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user