0 Replies Latest reply on Mar 16, 2009 10:01 AM by dejanmr

    Programmatically certificate validation against Jboss securi

      Is there a way to Programmatically validate certificate using JBoss security domain?

      It is relative easy to do validation against trust store, but I want to avoid double reference to trust store, passwords on various places, etc.

      It would be great if it is possible just to validate certificate against trust store already set up in Jboss, by just fetching it form some kind of context with only domain name, etc.

      Is it possible?