Let's Encrypt removing TLS Client Authentication EKU
-
Let's Encrypt is removing the TLS Client Authentication EKU from certificates they sign in the near future:
https://letsencrypt.org/2025/05/14/ending-tls-client-authentication/
This shouldn't affect many, if any, users of ACME on pfSense as it isn't used as a client certificate, only as a server certificate in various context (e.g. GUI, Captive Portal, HAProxy)
In the past we have discouraged using Let's Encrypt certificates in certain contexts (like for clients) since it wasn't typically a secure practice. For example, if you use a Let's Encrypt certificate for OpenVPN, it would trust any certificate signed by Let's Encrypt, which makes it useless as an authentication factor.
So while this is something to be aware of and check, it's unlikely to be a problem for most people.