Shard SSL

whosaround

Verified User
Joined
Dec 5, 2012
Messages
13
Hello all!
I have multiple domains under my server on the same IP.
I've deleted the domain that was attached to my admin account, so now when i'm clicking the user level in the admin account i see no available actions since there is no domain related to that account.
I have only 1 ip, and i want to set the server's default SSL certificate to allow one of my domains to have secure connection.

My problem is that when i'm trying to enter the SSL settings area in my domain i get the following error:

Code:
Cannot Execute Your Request

Details

You can only add a certificate if you own the ip you are using

Info for Admins: Assigning an owned IP

Since my admin account has no user level, how can i add the requested SSL certificate ?

Thanks :)
 
open /usr/local/directadmin/conf/directadmin.conf file in your favorite text editor, and insert a new line
enable_ssl_sni=1

don't forget to restart directadmin after your changes.

done. but yet i can't get into the ssl certificate link from the same reason:

Cannot Execute Your Request

Details

You can only add a certificate if you own the ip you are using

Info for Admins: Assigning an owned IP
 
ssl works like that:
ssl => domain => ip

if you have ssl that can do share to server-multi ips, it will works
if it's single, it not gonna work

you need to assign to the user specific ip
 
Back
Top