multiple SSL Certificate on multiple domains

phice

New member
Joined
Jan 5, 2016
Messages
2
Hi,
I have two different .pem files, one is a SSL certificate for example.mydomain.com, the other one is an SSL certificate for www.mydomain.com.
How do I install them separately without overriding each other? If I go to the domain www.mydomain.com and I copy paste the certificate of www.mydomain.com and I press save, example.mydomain.com gets the www.mydomain.com certificate(wrong). If I go to example.mydomain.com and I copy paste example.mydomain.com certificate, www.mydomain.com gets the example.mydomain.com certificate. What am I doing wrong?
Thnak you in advance
 
Hello,

1. The both example.mydomain.com and mydomain.com should be added as regular domains (NOT sub-domain).

2. SNI should be enabled in Directadmin if the both resolve to one an the same IP.
 
thanks

Hello,

1. The both example.mydomain.com and mydomain.com should be added as regular domains (NOT sub-domain).

2. SNI should be enabled in Directadmin if the both resolve to one an the same IP.

Thanks a lot, they both resolve to the same IP, is it possible to enable SNI from the control panel? I can't find anything about..
 
Just put this line in directadmin.conf for SNI te work:

Code:
enable_ssl_sni=1
 
Back
Top