Home ยป certificate authority
July 14, 2024
Background A few month back a client of mine wanted to use GitLab pipeline to deploy infrastructure on AWS with Terraform. The key question is…
March 30, 2024
After the last two post, now we can focus on PKI implementation. The use case is software testing, where we need to create and recycle…
February 20, 2024
In 2021, I wrote an intro to Public Key Infrastructure (PKI). Now that I have to host my own certificate authority, I decide to dive…
August 29, 2021
In deployment automation, I often had to create self-signed X.509 certificate for testing TLS traffic into Kubernetes. Sometimes self-signed, sometimes signed by a CA. This…