I am reading this OAuth 2.0 Mutual-TLS Client Authentication and Certificate-Bound Access Tokens
I am interested to know how the certificates and public keys are exchanged between the client and the auth server. Maybe in offline mode/manual? or online for example in a post?
So are these actions of the protocol or we must perform them manually?