Comment on Don't Trust, Verify (or: Validating Origin and Integrity without Public CAs)
K3can@lemmy.radio 6 days agoI’ll add: mTLS would only break because the client certs are typically signed by a private CA and the host is configured to only trust that specific CA (similar to the enterprise solution I referenced in the post).
If, for some reason, the host was configured to trust all of the typical public CAs, then mTLS would theoretically share the same problem.