java tomcat a3 certificate -
how configure tomcat make browser show installed certificates (a3; token usb) when url (servlet) called?
i retriev x509 certificate on servlet request parameter.
your question bit difficult understand, i'm guessing want tomcat request certificate client.
if case, want enable called mutual authentication in tomcat.
you have set clientauth attribute of tomcat ssl connector either want or true. ssl connector found in tomcat server.xml file.
'want' asks client send certificate if has one, request go though if client doesn't have certificate , 'true' means client required send certificate , request fail if client not provide certificate.
more information can found on tomcat website: ssl/tls configuration how-to
Comments
Post a Comment