Recently I had a fail when trying to automate the renewal of my LetsEncrypt SSL certificates using a CRON job, I experienced the following error when running “certbot-auto renew” :…
The LetsEncrypt Certbot is an awesome tool for getting and maintaining SSL certificates for your sites. In most cases, it is extremely easy to setup and maintain. However, installing it…
One of the most common tasks in creating a Node web server is handling GET and POST calls. GET calls are fairly straightforward, however POST calls are more involved.…
I have an application that I am working on that requires the use of socket.io. In most implementations, folks are using Node.JS to provide API access on the server-side. …
In most of my Node.js application servers, I add a simple section of code at the end which watches specific application files, and terminates the server if any are changed.…