I have developed a REST service with Apache Jersey, running on Tomcat.
It works OK, but now I have to securize it using data obtained from a X.509 client certificate. I don’t know where to start…
Could you guys give me some advices?? Thank you for your valuable help.
As a starting point, you need Tomcat to perform certificate validation. There are tutorials on how to do that, here and here.