oauth mutual authentication and certificaate bound access token

I have a system where two clients (A, B) ask and receive information from each other.
I am following mutual tls. In order to make this work, I am following this procedure

First I create an authorization server and a CA to issue certificat… Continue reading oauth mutual authentication and certificaate bound access token

How to implement TLS in a product with complex distributed architecture?

We have a distributed product where one server acts as a ‘Scheduler’ of jobs and there are hundreds if not thousands of ‘Agents’ which receive commands from the ‘Scheduler’ and execute the jobs. The communication between the Scheduler and … Continue reading How to implement TLS in a product with complex distributed architecture?

What is the benefit of public Certificate Authority when using SSL mutual authentication?

I was working the other day and I had a question come up, that I want to ask here to make sure my assumptions are correct.

In terms of SSL Mutual Authentication a self signed CA and a public CA provide the same functionality, is that assu… Continue reading What is the benefit of public Certificate Authority when using SSL mutual authentication?