izdwuut's personal place

Tagged in

Domains

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:...

Mange a domain with Domain.com and DigitalOcean

Quick update: if you need a primer on domains in general, check a magnificent resource that Alejandra has sent me. Many thanks! Most of the developers sooner or later will have to buy a domain for one of their projects, let it be hobby or commercial. I had this problem recently and most solutions that I’ve found were lacking, so I thought of this tutorial. I assume that you have already bought a domain at Domain....