How to install a self-signed certificate for SSL
Open WHM (Web Host Manager), and navigate to SSL/TLS. Click on generate an SSL certificate and enter the required information. Once finished, click create. Next, click install an SSL
Open WHM (Web Host Manager), and navigate to SSL/TLS. Click on generate an SSL certificate and enter the required information. Once finished, click create. Next, click install an SSL
#!/bin/bash BUCKET=bucketname MYSQL_USER=username MYSQL_PASSWORD=password MYSQL_HOST=localhost echo ‘Started’ date +’%a %b %e %H:%M:%S %Z %Y’ mysqldump -u $MYSQL_USER -p$MYSQL_PASSWORD –single-transaction –routines –triggers –all-databases | gzip >
We at Ally Drez Web & IT Services do not recommend using your root account to make direct connections to your webserver. We also disable
Let’s Encrypt is an open-source certificate authority. The installation, renewal and removal of the Let’s Encrypt SSL/TLS certificate is straight forward in the cPanel environment.
What is a nameserver? A nameserver, in particular, “is a server on the internet specialized in handling queries regarding the location of a domain name’s
All domains purchased through Ally Drez, LLC will have the option to obtain a WHOIS Guard (Domain Privacy/ID) for FREE. A WHOIS Engine is a
Delete a file without asking for permission with SSH rm myFile.txt Delete a file using SSH rm command rm myFile.txt Delete a file using
To locate your global php.ini file sudo vi /etc/location of php.ini Once you have located your global php.ini file, using your favorite editor sudo vi