Category: DirectAdmin
Author: Andrew Published Date: October 26, 2018 Leave a Comment on DirectAdmin Server Certificate Creation
DirectAdmin Server Certificate Creation
How do you add a Certificate to the server using Let’sEncrypt? cd /usr/local/directadmin/script ./letsencrypt.sh request yourdomain.com 4096
Author: Andrew Published Date: July 5, 2017 Leave a Comment on DirectAdmin change MySQL PHP module on every user
DirectAdmin change MySQL PHP module on every user
I recently updated a server with DirectAdmin to MariaDB 10.2, which requires a different php module to talk to PHP….
Install DirectAdmin on CentOS 7
Lets install of the packages that DirectAdmin will need before we start the install. yum install wget gcc gcc-c++ flex…