I find that on a server with several websites one in particular there is no way to renew the SSL.
I try with
v-add-letsencrypt-domain user domain
But it just stops and doesn’t go forward or backward. If I do it from the HestiaCP panel the same thing happens to me, so much that I have to restart it from the ISP to make it functional again.
Can you help me with some inspiration to solve the problem?
The problem is fixed and it was caused by wrong SRV records. Due these incorrectly added SRV records, bind was not able to load the zone. So when Hestia tries to issue the LE certificate, it performs a nslookup and as the resolver for the machine was 127.0.0.1, it couldn’t resolve the domain name and the process got stuck.
Once the malformed SRV records have been removed and bind restarted, Hestia succeed to issued a new LE certificate.