| Summary: | Не создаёт сертификат /var/lib/ssl/certs/httpd2.cert | ||
|---|---|---|---|
| Product: | Sisyphus | Reporter: | Evgeny Shesteperov <alimektor> |
| Component: | deploy | Assignee: | Andrey Cherepanov <cas> |
| Status: | NEW --- | QA Contact: | qa-sisyphus |
| Severity: | normal | ||
| Priority: | P5 | CC: | cas |
| Version: | unstable | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
Версия - deploy-0.4.4-alt1 - nextcloud-31.0.5-alt1 Предусловия Машина без предустановленного Apache2. Шаги воспроизведения # apt-get install -y deploy nextcloud nextcloud-apache2 php8.3-ldap php8.3 php8.3-pdo_mysql # deploy nextcloud Ожидаемый результат: развёрнутый Nextcloud. Фактический результат: . . . . . reload Apache2 configuration... localhost failed | msg: non-zero return code | stderr: Job for httpd2.service failed. See "systemctl status httpd2.service" and "journalctl -xeu httpd2.service" for details. . . . . . # systemctl status httpd2.service --no-pager -l . . . . . мая 18 12:47:52 workstation-11-0-x86-64-20250518.localdomain sh[5126]: AH00526: Syntax error on line 67 of /etc/httpd2/conf/sites-enabled/000-default_https.conf: мая 18 12:47:52 workstation-11-0-x86-64-20250518.localdomain sh[5126]: SSLCertificateFile: file '/var/lib/ssl/certs/httpd2.cert' does not exist or is empty . . . . . Workaround: # a2ensite default_https && \ systemctl enable --now httpd2 && \ systemctl restart httpd2 && \ systemctl status httpd2 --no-pager -l && \ ls -l /var/lib/ssl/certs/httpd2.cert