Здравствуйте.
Установлен ALT Server 10.1 (с LAMP) и certbot. Не получается заставить заработать certbot.
Получаю ошибку:
The error was: NoInstallationError('Could not find configuration root')
sudo apachectl -S
ServerRoot: "/etc/httpd2"
Main DocumentRoot: "/etc/httpd2/htdocs"
Main ErrorLog: "/var/log/httpd2/error_log"
Mutex rewrite-map: using_defaults
Mutex ssl-stapling-refresh: using_defaults
Mutex ssl-stapling: using_defaults
Mutex ssl-cache: using_defaults
Mutex default: dir="/var/run/httpd2/" mechanism=posixsem
Mutex mpm-accept: using_defaults
PidFile: "/var/run/httpd2/httpd.pid"
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name="apache2" id=469
Group: name="apache2" id=442
Пытаюсь сделать так (возможно, где-то ошибка ?):
sudo certbot --apache-server-root /etc/httpd2 --apache-challenge-location /etc/httpd2 --apache-vhost-root /etc/httpd2/conf/ --apache
Но всё равно всё та же ошибка.
Подскажите, как указать правильную конфигурацию для certbot?
Может быть кто-нибудь встречался/знает как это можно исправить.