open your httpd-vhost.conf
copy yourr domain to notepad ad make it like this
but use your own config
open your apache config in the panel
open Module Admin -> Apache Config -> select your domain
Remove 443 from Port Override
uncheck Forward Port 80 to Overriden Port
remove the line between # Made from Cert manager start and # Made from Cert manager end
and add the line in your notepad and wait 5 min
Remember to use your own vhost file
Centos and ubuntu vhost are not the same
copy yourr domain to notepad ad make it like this
but use your own config
Code:
</virtualhost>
<virtualhost *:443>
ServerName Domain.tld
ServerAlias www.Domain.tld
ServerAdmin carsten@alio.dk
DocumentRoot "/var/sentora/hostdata/zadmin/public_html/Doamin.tld/patchtoadminpart"
ErrorLog "/var/sentora/logs/domains/zadmin/domain.tld-error.log"
CustomLog "/var/sentora/logs/domains/zadmin/domain.tld.log" combined
CustomLog "/var/sentora/logs/domains/zadmin/domain.tld.log" common
<Directory "/var/sentora/hostdata/zadmin/public_html/Doamin.tld/patchtoadminpart">
Options +FollowSymLinks -Indexes
AllowOverride All
Require all granted
</Directory>
AddType application/x-httpd-php .php3 .php
ErrorDocument 500 /_errorpages/500.html
ErrorDocument 403 /_errorpages/403.html
ErrorDocument 404 /_errorpages/404.html
ErrorDocument 510 /_errorpages/510.html
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
SSLEngine On
SSLCertificateFile /var/sentora/hostdata/zadmin/ssl/alio_dk/domain.tld.crt
SSLCertificateKeyFile /var/sentora/hostdata/zadmin/ssl/domain.tld/domain.tld.key
SSLCACertificateFile /var/sentora/hostdata/zadmin/ssl/domain.tld/intermediate.crt
SSLProtocol All -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+AESGCM EECDH EDH+AESGCM EDH+aRSA HIGH !MEDIUM !LOW !aNULL !eNUL$
open Module Admin -> Apache Config -> select your domain
Remove 443 from Port Override
uncheck Forward Port 80 to Overriden Port
remove the line between # Made from Cert manager start and # Made from Cert manager end
and add the line in your notepad and wait 5 min
Remember to use your own vhost file
Centos and ubuntu vhost are not the same