Month: October 2017

  • How to setup multi-domain SSL in Node.JS using letsencrypt-express/greenlock-express

    How to setup multi-domain SSL in Node.JS using letsencrypt-express/greenlock-express

    Updated (14/June/2019) Updated (22/June/2018): Support for Let’s Encrypt v2 I have updated the code snippet below to include the support for Let’s Encrypt v2 in the snippet below: /** * Setting up https */ var lex = require(‘greenlock-express’).create({ server: ‘https://acme-v02.api.letsencrypt.org/directory’, // Let’s Encrypt v2 is ACME draft 11 version: ‘draft-11’, challenges: { ‘http-01’: require(‘le-challenge-fs’).create({ webrootPath: […]

  • How to Setup WordPress blog with static homepage (Updated for 2017)

    How to Setup WordPress blog with static homepage (Updated for 2017)

    In the blog post, I will guide you through the process of setting up a static homepage for your WordPress blog when using the default TwentySeventeen theme. The process of setting up a static homepage for your blog is straightforward. follow the steps below to make it happen: Step 1: Upload your static homepage The first […]