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)
- Installed the Hestia panel
- Transferred all backup data, configured
- 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.
- I reissued it several times, once via v-add-letsencrypt-domain user hestia.exaple.com ,
- 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; - 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; - I enable the CF proxy and naturally the certificate appears.
- I’m installing a new system with a different domain, the configuration is the same, but the certificate is fully functional)
- 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.comu.pem - Where else should I look?) Thank you.