SSL Multi Sub Domains
#1
SSL Multi Sub Domains
Hello,

I just want to confirm something before installing Let's Encript SSL.

Let's say I want to add SSL to my sentora panel, www and the domain.com itself.

Do I need to repeat this code separatly for the three or there's a way I can do it into one string ?
Code:
service apache2 stop ./letsencrypt-auto certonly --standalone -d panel.domain.com service apache2 start

Code:
service apache2 stop ./letsencrypt-auto certonly --standalone -d www.domain.com service apache2 start
Code:
service apache2 stop ./letsencrypt-auto certonly --standalone -d domain.com service apache2 start


And after can insert this code into the Custom Entry so it will encrypt the three versions of the domain 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 /etc/letsencrypt/live/panel.domain.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/panel.domain.com/privkey.pem SSLCertificateChainFile /etc/letsencrypt/live/panel.domain.com/chain.pem SSLCertificateFile /etc/letsencrypt/live/www.domain.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/www.domain.com/privkey.pem SSLCertificateChainFile /etc/letsencrypt/live/www.domain.com/chain.pem SSLCertificateFile /etc/letsencrypt/live/domain.com/cert.pem SSLCertificateKeyFile /etc/letsencrypt/live/domain.com/privkey.pem SSLCertificateChainFile /etc/letsencrypt/live/domain.com/chain.pem # Keeping bellow for future upgrades. # Requires Apache >= 2.4 SSLCompression off


Thanks for your time,
Sincerely,
Reply


Messages In This Thread
SSL Multi Sub Domains - by cybertec - 02-13-2017, 03:30 AM
RE: SSL Multi Sub Domains - by TGates - 02-13-2017, 06:50 AM
RE: SSL Multi Sub Domains - by TGates - 08-11-2018, 12:52 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Postfix relay specific domains to mailjet johnnyp 0 3 ,018 01-29-2021, 04:44 AM
Last Post: johnnyp
Disabling warning and notice logging in /var/sentora/logs/domains/* JSmith 0 3 ,355 01-02-2021, 07:50 PM
Last Post: JSmith
Add on Domains not working but Main domain works luckyviet 2 7 ,817 03-18-2020, 07:38 PM
Last Post: AanaNahum

Forum Jump:


Users browsing this thread: 1 Guest(s)