(07-19-2017, 04:46 AM)honey_sh Wrote: @TGates,
Thank you so much for your reply.
I have also followed this documentation: http://docs.sentora.org/?node=21 but still the same issue.
We have purchased SSL Certificates from GoDaddy.
Please let me know.
Kind regards!
I have not used or tested the tutorials for Ubuntu or CentOS. By looking at them they are a bit more complicated compared to the detailed ones I wrote for Let's Encrypt. I know those will work if you just change the file and folder paths
Basically:
Put your Certificates here (Create folder if needed setting permissions to match the [username] folder):
Code:
/var/sentora/hostdata/[username]/ssl/
Then:
Changing Domain port:
On Sentora Panel go to Admin -> Module Admin -> Apache Config > Override a Virtualhost [Select VHost] ->
Tick Port Override.
Forward Port 80 to Overriden Port: 443
Custom Entry:
Don't forget to replace
domain.cert and domain.key with your certificate's file names and [username] with the proper user name:
Code:
SSLEngine on
SSLProtocol ALL -SSLv2 -SSLv3
SSLHonorCipherOrder On
SSLCipherSuite ECDH+AESGCM:DH+AESGCM:ECDH+AES256:DH+AES256:ECDH+AES128:DH+AES:ECDH+3DES:DH+3DES:RSA+AESGCM:RSA+AES:RSA+3DES:!aNULL:!MD5:!DSS
SSLCertificateFile /var/sentora/hostdata/[username]/ssl/domain.cert
SSLCertificateKeyFile /var/sentora/hostdata/[username]/ssl/domain.key
# Keeping bellow for future upgrades.
# Requires Apache >= 2.4
SSLCompression off
Save Vhost.
Wait on daemon update or run it manually and restart apache.
NOTICE: For CentOS replace
apache2 with
httpd
Code:
php -q /etc/sentora/panel/bin/daemon.php
service apache2 restart
Your domain should now be secured by SSL.
You can test it here: https://www.ssllabs.com/ssltest/