cd /etc/ssl/certs/ openssl req -nodes -new -days 365 -newkey rsa:2048 -keyout /etc/nginx/ssl/www.100plus.com.my2018.key -out /etc/nginx/ssl/www.100plus.com.my2018.csr verification : vi /var/www/100plus_prod/public_html/.well-known/pki-validation/gsdv.txt paste the code given from GlobalSign cd /etc/ssl/certs/ To install a certificate in Nginx, a `Certificate Bundle` must be created. To accomplish this, each certificate (SSL Cert, Intermediate Cert, and Root Cert) must be in the PEM ..
Category : Domain Name
First there is need to check in the exim configuration what is maximum upload size allowed. In order to determine you may use the following command exim -bP | grep message_size_limit in order to change it vi /etc/exim.variables.conf message_size_limit=50M In order to increase the file size in SquirrelMail navigate to cd /var/www/html/ vi .htaccess Forsquirrelmail ..