Create an Internal Certificate Authority for Private Websites
Fix Chrome NET::ERR_CERT_AUTHORITY_INVALID and Your connection is not private errors by creating an internal CA and using CSR, PEM, and KEY files correctly.
Read article ->TECH. IDEAS. IMPACT.
Perspectives on infrastructure, software, leadership, and the decisions that shape reliable systems.
Latest
Practical technical insights, troubleshooting guides, and step-by-step implementation walkthroughs.
Fix Chrome NET::ERR_CERT_AUTHORITY_INVALID and Your connection is not private errors by creating an internal CA and using CSR, PEM, and KEY files correctly.
Read article ->
Many AGENTS.md files are becoming miniature operating manuals: hundreds of lines of repeated rules, rigid workflows, and reminders that modern coding agents may already…
Read article ->
Registering a new domain does not automatically mean that the domain will send or receive email. It may only host a website, redirect visitors…
Read article ->
Over the July 4th holiday, my family and I took a trip to Atlanta. It was one of those vacations that had a little…
Read article ->
Cloudflare Origin CA certificates are useful when your origin server only receives traffic through proxied Cloudflare records. They encrypt traffic between Cloudflare and your…
Read article ->
When you are automating Cloudflare tasks, it is useful to confirm that your credentials work before running a larger script. This small PowerShell script…
Read article ->
I ran into a simple Amazon S3 naming mistake that created a much more confusing SSL problem: I added .com to an S3 bucket…
Read article ->
Moving files between Amazon S3 buckets is usually simple when the same AWS account owns everything. It gets a little more annoying when the…
Read article ->
UFW, short for Uncomplicated Firewall, is a simple firewall management tool for Ubuntu. It is a good fit for web servers because the usual…
Read article ->
When Nginx receives a request for an unknown domain, it may serve the first enabled site if there is no explicit default server. On…
Read article ->