You can switch DirectAdmin to use SSL instead of plain text. -> https instead of http.
If you do not have your own certificates, you'll need to create your own:
#/usr/bin/openssl req -x509 -newkey rsa:1024 -keyout /usr/local/directadmin/conf/cakey.pem -out /usr/local/directadmin/conf/cacert.pem -days 9999 -nodes
#chown diradmin:diradmin /usr/local/directadmin/conf/cakey.pem
#chmod 400 /usr/local/directadmin/conf/cakey.pem
Edit the /usr/local/directadmin/conf/directadmin.conf and set SSL=1 (default is 0). This tells DA to load the certificate and key and to use an SSL connection. DirectAdmin needs to be restarted after this change.
Refer Link : http://help.directadmin.com/item.php?id=15
Recent comments
22 hours 3 min ago
22 hours 17 min ago
5 days 16 hours ago
5 days 16 hours ago
6 days 4 hours ago
6 days 4 hours ago