After installing Hestia, the panel certificate is not Let's Encrypt

Hi everyone, I tried everything I could think of, and I did this, I transferred the server (from the one I transferred everything was fine)

  1. Installed the Hestia panel
  2. Transferred all backup data, configured
  3. I encountered a problem where the panel’s domain has a Let’s Encrypt certificate, but the port number doesn’t. That is, https://hestia.exaple.com is there, but https://hestia.exaple.com u:2083/login/ isn’t.
  4. I reissued it several times, once via v-add-letsencrypt-domain user hestia.exaple.com ,
  5. Here I see /usr/local/hestia/nginx/conf/nginx.conf ssl_certificate /usr/local/hestia/ssl/certificate.crt; ssl_certificate_key /usr/local/hestia/ssl/certificate.key;
  6. And here /home/admin/conf/web/hestia.exaple.com /nginx.ssl.conf ssl_certificate /home/admin/conf/web/hestia.exaple.com/ssl/hestia.exaple.com.pem; ssl_certificate_key /home/admin/conf/web/hestia.exaple.com /ssl/hestia.exaple.com .key;
  7. I enable the CF proxy and naturally the certificate appears.
  8. I’m installing a new system with a different domain, the configuration is the same, but the certificate is fully functional)
  9. Should I delete everything and create a new one? ls /home/admin/conf/web/hestia.exaple.com /ssl ``hestia.exaple.com .ca hestia.angellive.ru.crt ``hestia.exaple.com .ru.key ``hestia.exaple.com u.pem
  10. Where else should I look?) Thank you.

Hi,

Execute this command:

v-update-host-certificate
2 Likes

This is incredible, but it helped, thank you very much!!!

1 Like