2

I found the right information on how to configure tomcat with client certificates on stackoverflow, configured my tomcat, deployed a grails application and searched within the grails application for the client certificate. I found it in the property

request.request.request.attributes['javax.servlet.request.X509Certificate']

Is this the right way to access the certificate? Is looks a bit wrong :-)

Community
  • 1
  • 1
rdmueller
  • 10,742
  • 10
  • 69
  • 126

1 Answers1

0

ok. I think I've got it... this looks better:

request['javax.servlet.request.X509Certificate']
rdmueller
  • 10,742
  • 10
  • 69
  • 126