Author name: CrtMgr Team

PKCS#12 / PFX Files: Complete Guide to Creating, Extracting, and Troubleshooting

I’ve dealt with PKCS#12 files (also called PFX or P12 — the terms are interchangeable) more times than I’d like. Mostly when migrating certificates to Windows, working with Java keystores, or handing certificates off to developers who aren’t familiar with PEM files. The format is useful but the tooling around it is inconsistent and the

PKCS#12 / PFX Files: Complete Guide to Creating, Extracting, and Troubleshooting Read Post »

OCSP Stapling in Nginx: What It Is, Why It Matters, and How to Configure It

I spent a while ignoring OCSP stapling because it felt like an advanced optimization that wasn’t worth the effort. Then I actually measured the TLS handshake times on a server without it and realized visitors were waiting for an extra round-trip to a CA’s OCSP server on every new connection. That changes the calculus. What

OCSP Stapling in Nginx: What It Is, Why It Matters, and How to Configure It Read Post »

DNS CAA Records: The Underused Security Feature That Controls Who Can Issue Certificates for Your Domain

I discovered CAA records the hard way — reading about a case where a CA mistakenly issued a certificate for a domain they weren’t supposed to. After that, I started adding CAA records to every domain I manage. It takes five minutes and it’s one of those quiet security improvements that nobody notices until something

DNS CAA Records: The Underused Security Feature That Controls Who Can Issue Certificates for Your Domain Read Post »

Scroll to Top