REST Service and X.509 CAL Certificate
I have developed a REST service with Apache Jersey running on Tomcat.
It works fine, but now I have to secure it using the data obtained from the X.509 client certificate. I don't know where to start ...
Could you guys give me some advice? Thanks for your valuable help.
+2
eolith
source
to share
1 answer
As a starting point, you will need Tomcat to verify the certificate. There are tutorials on how to do this here and here .
+2
Martin v. LΓΆwis
source
to share