Open directadmin over https with existing certificate

kimbo

Verified User
Joined
Apr 23, 2013
Messages
57
For a specific domain I have already a certificate which works fine.
When I open https://mydomain.com:2222 I get that the page cannot be displayed.

How can I setup so it only passes via https using the existing certified domain? :confused:
 
Hello,

Not too sure that I get you correct, probably this is one which you are looking for:

https://help.directadmin.com/item.php?id=84

or you probably need to update directadmin.conf the following way:

Code:
[COLOR=#000000][FONT=&quot]cd /usr/local/directadmin/conf
[/FONT][/COLOR]echo "force_hostname=your.hostname.com" >> directadmin.conf
echo "ssl_redirect_host=your.hostname.com" >> directadmin.conf

https://help.directadmin.com/item.php?id=15
 
Back
Top