LetsEncrypt – Errors

The other day I went to update my certificates and was receiving an error running the letsencrypt script to update. The error was Error: couldn’t get currently installed version for /root/.local/share/letsencrypt/bin/letsencrypt: An unexpected error occurred: VersionConflict: (certbot 0.11.1 (/root/.local/share/letsencrypt/lib/python2.7/site-packages), Or something along that lines. After trying to remember what I… Continue reading

Moving WordPress

This assumes you have created a LAMP server and it is working correctly 1. copy files using ftp client 2. Make Backup of sql (mysqldump -u root -p [databasename] > Backupfile.sql;) 3. on new server – upload files (/var/www/[sitename]) 4. copy sql backup to directory to restore from 5. connect… Continue reading

How to transfer a Wildcard to Tomcat

So I have a wildcard certificate which I talk about earlier on how to transfer it to different servers (we have several different IIS / Web Servers in the environment). But we also have 1 Apache Tomcat Server which had a certificate applied to it which was getting ready to… Continue reading