Installing Nginx on CentOS 7 with Let’s Encrypt HTTPS certificates
First off, you need a CentOS instance. If you want to go the VPS route, I recommend Vultr. If you don’t have an account yet, I’d really appreciate if you… Read more »
First off, you need a CentOS instance. If you want to go the VPS route, I recommend Vultr. If you don’t have an account yet, I’d really appreciate if you… Read more »
Preface I already covered Azure DNS, it’s time to cover Cloudflare, too. If you haven’t done so yet, sign up to Cloudflare (it’s free), and move your domain name to… Read more »
Prelude Goal We want to obtain wildcard certificates from Let’s Encrypt ACME v2. We want to verify ourselves using DNS, specifically the dns-01 method, because DNS verification doesn’t interrupt your… Read more »
Might be old news, but I noticed this just now. The CA is, of course, Let’s Encrypt. Kudos to them for providing free certs to the world! I quickly enabled… Read more »
Some time ago the folks at Let’s Encrypt announced that there’ll be some rebranding and stuff. It seems that has materialized just now with EFF’s announcement of Certbot: Announcing Certbot:… Read more »
Let’s Encrypt certificates rely heavily on automation. For this reason, I decided to write a bunch of scripts to do this job for me. You can reach the stuff here:… Read more »
That’s right folks, the Let’s Encrypt client has just been committed to EPEL! Now all you have to do on EL-based distros: yum update yum install letsencrypt letsencrypt certonly -d… Read more »