Hero Image

IT setup examples

Apache let's encrypt on ubuntu 16.04

Update and install the Let's Encrypt client

Install

sudo apt-get update
sudo apt-get install letsencrypt python-letsencrypt-apache

Invoke letsencrypt

sudo letsencrypt --apache -d 

Automate the renewal process

letsencrypt renew renews all the domains on the server secured wi...

Read more

6th Mar 2020