First off, you should be accessing your panel using a sub-domain, not by IP. Also, if I try https://212.47.234.120/ it goes to your hosting space instead of panel login.
Also I noticed you did not properly update the file paths for your SSL certificates:
It still says 'billing_domain_tld' and the certificate names also...
Also I noticed you did not properly update the file paths for your SSL certificates:
Code:
SSLCertificateFile /var/sentora/hostdata/zadmin/ssl_certs/billing_domain_tld/certificate.crt
SSLCertificateKeyFile /var/sentora/hostdata/zadmin/ssl_certs/billing_domain_tld/certificate.key
SSLCACertificateFile /var/sentora/hostdata/zadmin/ssl_certs/billing_domain_tld/certificate.ca-bundle
It still says 'billing_domain_tld' and the certificate names also...