Using Let’s Encrypt free SSL on Ubuntu Server and Nginx (wildcard included)

Installation All you need is certbot https://certbot.eff.org/all-instructionsorhttps://certbot.eff.org/lets-encrypt/ubuntubionic-apache.htmlto be more specific on Ubuntu 18.04 This is the installation instructions sudo apt-get update sudo apt-get install software-properties-common sudo add-apt-repository universe sudo add-apt-repository ppa:certbot/certbot sudo apt-get update sudo apt-get install certbot NOTE I didn't…