3 Replies Latest reply on Aug 6, 2002 5:08 AM by fred_soulier

    SSL + EJBCA + JBoss

    claudio

      Hi, maybe my problem has been already solved but I can't find any help elsewhere so ... the point.
      I would like to secure an application (in JBoss) using the SSL client authentication, the EJBCA project (on SourceForge) as the Certification Authority using this approach:
      - I generate certificates for my users using EJBCA and I want these certificates to be stored in the DB,
      - I enable the SSL layer (possibly for my application only)
      - I would like to have the user informations available to my JSP and EJB.

      Anyone has some tips to let me do that?
      Thank you.