When to use a CRL distribution point in a root certificate?

I understand that each certificate can have a CRL distribution point (extension 2.5.29.31) – or even multiple ones, but let’s not consider that for the moment. Let’s assume we have a root CA > intermediate CAs > and leaf certificates… Continue reading When to use a CRL distribution point in a root certificate?

Is it common practice to remove trusted certificate authorities (CA) located in untrusted countries?

With all currently ongoing global conflicts in the world, I was thinking about removing default trusted certificate authorities root certificates that are from countries that are (no longer) considered trusted for example due to sanctions,… Continue reading Is it common practice to remove trusted certificate authorities (CA) located in untrusted countries?

Intermediate issuer field didn’t match its CA subject field

While debugging yesterday’s Cloudflare incident, I found out their intermediate certificate issuer field differ from its signing CA subject, despite the AKI/SKI were correct.
Here’s the relevant CA info,
❯ openssl x509 -noout -text -in ~/D… Continue reading Intermediate issuer field didn’t match its CA subject field

Intermediate issuer field didn’t match its CA subject field

While debugging yesterday’s Cloudflare incident, I found out their intermediate certificate issuer field differ from its signing CA subject, despite the AKI/SKI were correct.
Here’s the relevant CA info,
❯ openssl x509 -noout -text -in ~/D… Continue reading Intermediate issuer field didn’t match its CA subject field

Should I house my organization’s root CA certificate in public github repostiory?

We have a public repository of a software that uses Docker container. Any thing that runs within the organization sees certificates signed by our org’s root CA. For the container to run properly within our org, the root CA certificate need… Continue reading Should I house my organization’s root CA certificate in public github repostiory?

Can a wildcard certificate act as CA for subdomains? [duplicate]

Inspired by Is LetsEncrypt activity Public?
Say I’ve got a *.mycompany.com certificate from LetsEncrypt on my primary production server. I want to generate a certificate for my honeypot, which might obviously get stolen.
Can I use *.mycomp… Continue reading Can a wildcard certificate act as CA for subdomains? [duplicate]