Implementing Mutual TLS (mTLS) in FastAPI with Differing Certificate Expiration Periods
How can mTLS be implemented in FastAPI with a strategy where the server certificate expires after 10 years, and the client certificates imported in the web browser expire after one year?