Author: james

Renew Let’s Encrypt SSL Certificate

If using certbot – you have to manually renew the certificate using the command line. certbot-auto certonly –force-renew -d domain.com -d www.domain.com –webroot –webroot-path /var/www/vhosts/domain.com More info from here https://letsencrypt.org/  

How to install wkhtmltopdf on Centos 6

Had some trouble installing wkhtmltopdf on CentOS 6, so here are the commands to do it: Install fonts, then icu, then the CentOS 6 RPM for wkhtmltopdf, then x11-server and urw-fonts!   yum install -y xorg-x11-fonts-75dpi yum install -y xorg-x11-fonts-Type1

read more