I’m tying to finalize the hestiacp install , but failing to add the SSL certificate
the SSL for the “website” is ok. But the hestiacp is not. I dont know if its absolute necessary to have it. I’m also doing all the operations with the help of claude, deepseek and sometimes chatgpt.
below the error report.
Diagnostic Report: Let’s Encrypt Certificate Installation Issue in HestiaCP
ozp@labs:~$ sudo /usr/local/hestia/bin/v-add-letsencrypt-host
Error: ERROR: Restart of hestia failed.
or
ozp@labs:~$ sudo /usr/local/hestia/bin/v-add-letsencrypt-host sub . mysit e .com
Error: ERROR: Restart of hestia failed.
same results
ozp@labs:~$ sudo systemctl status hestia
× hestia.service - LSB: starts the hestia control panel
Loaded: loaded (/etc/init.d/hestia; generated)
Active: failed (Result: exit-code) since Wed 2025-01-29 16:01:36 UTC; 17s ago
Duration: 3min 12.153s
Docs: man:systemd-sysv-generator(8)
Process: 93861 ExecStart=/etc/init.d/hestia start (code=exited, status=1/FAILURE)
CPU: 27ms
Jan 29 16:01:36 sub . mysite . com systemd[1]: Starting hestia.service - LSB: starts the hestia control panel…
Jan 29 16:01:36 sub . mysite . com hestia[93861]: Starting hestia-nginx: hestia-nginx
Jan 29 16:01:36 sub . mysite . com hestia[93865]: nginx: [emerg] cannot load certificate “/usr/local/hestia/ssl/full_chain.crt”: BIO_new_file() failed (SSL: error:80000002:system library::N>
Jan 29 16:01:36 sub . mysite . com systemd[1]: hestia.service: Control process exited, code=exited, status=1/FAILURE
Jan 29 16:01:36 sub . mysite . com systemd[1]: hestia.service: Failed with result ‘exit-code’.
Jan 29 16:01:36 sub . mysite . com systemd[1]: Failed to start hestia.service - LSB: starts the hestia control panel.