Пытаюсь установить вручную и получаю ошибки типа
Код: Выделить всё
Ошибка генерации сертификата. Домен должен быть привязан!
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for mdoy127.dsdnr.ru
http-01 challenge for www.mdoy127.dsdnr.ru
Using the webroot path /home/mdoy127/sites/mdoy127.dsdnr.ru for all unmatched domains.
Waiting for verification...
Cleaning up challenges
archive directory exists for mdoy127.dsdnr.ru
Код: Выделить всё
2019-11-15 15:37:34,706:DEBUG:certbot.main:certbot version: 0.37.2
2019-11-15 15:37:34,707:DEBUG:certbot.main:Arguments: ['--force-renew', '--register-unsafely-without-email', '--agree-tos', '--webroot-path', '/home/mdoy127/sites/mdoy127.dsdnr.ru', '--webroot', '-n', '-d', 'mdoy127.dsdnr.ru', '-d', 'www.mdoy127.dsdnr.ru']
2019-11-15 15:37:34,707:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2019-11-15 15:37:34,917:DEBUG:certbot.log:Root logging level set at 20
2019-11-15 15:37:34,917:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2019-11-15 15:37:34,920:DEBUG:certbot.plugins.selection:Requested authenticator webroot and installer None
2019-11-15 15:37:34,921:DEBUG:certbot.log:Exiting abnormally:
Traceback (most recent call last):
File "/usr/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.37.2', 'console_scripts', 'certbot')()
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 1378, in main
return config.func(config, plugins)
File "/usr/lib/python2.7/site-packages/certbot/main.py", line 1115, in run
installer, authenticator = plug_sel.choose_configurator_plugins(config, plugins, "run")
File "/usr/lib/python2.7/site-packages/certbot/plugins/selection.py", line 208, in choose_configurator_plugins
raise errors.MissingCommandlineFlag(msg)
MissingCommandlineFlag: With the webroot plugin, you probably want to use the "certonly" command, eg:
certbot certonly --webroot
(Alternatively, add a --installer flag. See https://eff.org/letsencrypt-plugins
and "--help plugins" for more information.)
Систему апгрейдил, cerbot переустанавливал, что еще надо, чтоб все работало на автомате?