Comparing ACME client logs against Certificate Transparency logs

Inspired by this comment from Can DDNS provider perform a MITM attack?, I was wondering if there is an automated way to check the Certificate Transparency logs for malicious/unexpected certificates.
For example, if I run some ACME client o… Continue reading Comparing ACME client logs against Certificate Transparency logs

What could cause classic "ERR_CERT_DATE_INVALID" when I can confirm no error from numerous other clients?

The ERR_CERT_DATE_INVALID error, I’m sure we’re all familiar with, is below

Visiting the same site from numerous other locations, web clients, etc shows a valid certificate.
It’s issued by let’s encrypt (cert-bot) and auto-renews. Thousan… Continue reading What could cause classic "ERR_CERT_DATE_INVALID" when I can confirm no error from numerous other clients?

mTLS Client Authentication by Signing Arbitrary Message using Browser

this is my first post here in the area of ​​security and encryption. I will try to be succinct, and let you know that I am not an expert in security.
Context: My client (visitor) has an X509 certificate installed on his machine, containing… Continue reading mTLS Client Authentication by Signing Arbitrary Message using Browser

What does it mean to create a Let’s Encrypt certificate "automatically" rather than manually?

I am getting the error below in trying to renew my certificate from the command line (and thus too from cron). From searching similar error reports, I understand that it means that I initially created a certificate manually and so cannot … Continue reading What does it mean to create a Let’s Encrypt certificate "automatically" rather than manually?

How does DNS-01 validation for LetsEncrypt know what the right IP address is?

For my personal use, I bought a domain for internal ssl validation for my pfsense. I was able to get the LetsEncrypt’s ACME script to successfully validate my domain and produce an ssl certificate for a subdomain. I setup my pfsense to use… Continue reading How does DNS-01 validation for LetsEncrypt know what the right IP address is?