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.


#TechXchangePresenter
 View Only
  • 1.  Private Key in setKeyAndChain(HTTPS)

    Posted Mon July 14, 2008 01:31 PM

    Hi All

    We are using setKeyAndChain service to make a HTTPS call to a thirdparty system.

    The setKeyAndChain service seems to take PrivateKey and CertFiles as input.

    Could someone please clarify what this PrivateKey could mean.

    The builtin services guide doesnt seem to talk about it, it just tells we need to provide the absolute or relative path of the file that contains the key.

    I hope it is not the PrivateKey of the thirdParty since no one shares their privateKey with their client.

    Thanks in advance


    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Private Key in setKeyAndChain(HTTPS)

    Posted Tue July 15, 2008 08:12 AM

    If an SSL client wants to assert its identity to an SSL server, e.g. when client certificates are used, then it must sign some data with its private key. Thus you must tell the client IS the private key you want to use, in order for it to do this signing. This private key won’t go to the invoked server, only the public key and the signed data.

    Hope this helps


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Private Key in setKeyAndChain(HTTPS)

    Posted Wed July 16, 2008 08:03 AM

    Javier

    Thanks for the response.

    This privateKey has nothing do with the Servers privateKey and we generated a privateKey and used it.

    Hope this helps someone.

    Regards

    Mani


    #Integration-Server-and-ESB
    #webMethods