GitHub: https://github.com/InfiniteConsult/0006_cicd_part02_certificate_authority

TL;DR: In this installment, we solve the "Trust Gap" inherent in self-hosted infrastructure. We reject the insecurity of HTTP and the limitations of public CAs (Let's Encrypt) by building our own Local Certificate Authority. We use openssl to mint a Root CA,...