IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Certificate checking question

    Posted 11/15/11 10:22 AM

    Hello,

    I’m wondering if there is a way to validate a certificate against already loaded certificate chain ?

    I’ll create a webservice to make the certificate management easier.

    Thanks

    Laurent


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Certificate checking question

    Posted 11/15/11 05:11 PM

    Class X509Certificate can be used to validate the certificates. You can explore this class if any method supports its validation against certification chain.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Certificate checking question

    Posted 11/16/11 09:52 AM

    Thanks, for the tip, I will investigate.

    By the way, reading WmTN documentation, it said that “certificates are loaded in the database”.
    If I have to use directly the Java class, I guess I’ll have to retrieve active chains form TN BD … but how can I do that ?


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Certificate checking question

    Posted 11/30/11 11:16 AM

    wm.tn.security:getCertificateData - this service provides the certificate data as bytes from the database.

    inputs,
    partnerid : Get it from the table - partners
    certid: Get it from the table - certificatedata

    Output,
    chainbytes - certificate information in bytes.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB