pppplus
Verified User
- Joined
- Dec 19, 2008
- Messages
- 526
Hi everybody.
I read a lot of post about SSL, and I have always a problem to connect to directadmin ! I receive always a warning !
1- I take a free SSL certificate in startssl.com
2- certificate is OK for domain https://3go.fr and subdomain https://serveur6.3go.fr
OK => I have no warning.
But I want to use it to connect to directadmin, for all my users.
If I run : https://serveur6.3go.fr:2222, I receive a warning.
What I have done :
in directadmin.conf
I restart directadmin
I copy certificate on
certificate: /usr/local/directadmin/conf/cacert.pem
key: /usr/local/directadmin/conf/cakey.pem
(like it written here : http://help.directadmin.com/item.php?id=15)
So /usr/local/directadmin/conf/cacert.pem is like :
And : /usr/local/directadmin/conf/cakey.pem is like :
What is wrong ??
I read a lot of post about SSL, and I have always a problem to connect to directadmin ! I receive always a warning !
1- I take a free SSL certificate in startssl.com
2- certificate is OK for domain https://3go.fr and subdomain https://serveur6.3go.fr
OK => I have no warning.
But I want to use it to connect to directadmin, for all my users.
If I run : https://serveur6.3go.fr:2222, I receive a warning.
What I have done :
in directadmin.conf
Code:
SSL=1
ssl_redirect_host=serveur6.3go.fr
force_hostname=serveur6.3go.fr
I restart directadmin
I copy certificate on
certificate: /usr/local/directadmin/conf/cacert.pem
key: /usr/local/directadmin/conf/cakey.pem
(like it written here : http://help.directadmin.com/item.php?id=15)
So /usr/local/directadmin/conf/cacert.pem is like :
Code:
-----BEGIN CERTIFICATE-----
MIIHETCCB
............
/xIM/CA==
-----END CERTIFICATE-----
Code:
-----BEGIN RSA PRIVATE KEY-----
MIIEowIB
...............
qOker/KXRI
-----END RSA PRIVATE KEY-----
What is wrong ??