izdwuut's personal place

Tagged in

Security

Securing Apache on Ubuntu 18.04 with a Let's Encrypt TLS certificate

Literally every modern site implements TLS certificate. Why don’t we do the same? We will use a free certificate issued by Let’s Encrypt. I assume that you have Ubuntu and Apache up. We will start with issuing the cert. Let’s go! Issuing the certificate Start with installing Certbot. It will add all requirements for us: sudo apt install certbot Issue the cert. I use example.com for an example. Change it for your domain’s name:...