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.

 View Only
Expand all | Collapse all

SSL Mutual certificate creation and importing in IS

  • 1.  SSL Mutual certificate creation and importing in IS

    Posted Thu November 21, 2013 10:54 AM

    Hi All,

    I have requirement that i need to create Mutual SSL certificate and https port in IntegrationServer to open mutual SSL communication between customer and IS server.

    to make Mutual SSL certification with private key,please any one help me steps involved in creation and importing SSL certificate in IS.

    I have portecle tool and openssl available, please help me to create privatekey mutual SSL certification in IS with Https port.

    Thanks and Regards,
    Anil Kumar Ellendula


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: SSL Mutual certificate creation and importing in IS

    Posted Thu November 21, 2013 05:30 PM

    Not sure Mutual SSL cert means, but I think you should only care about the cert generation for your IS. your client should provide the cert they use.

    google how to use openssl to generate a server cert, there are many examples/tutorials.

    You can use protecle to generate JKS file, so you can install it on the IS.


    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: SSL Mutual certificate creation and importing in IS

    Posted Thu November 21, 2013 11:38 PM

    Mutual SSL : do you mean self-sign certificated, if so you can use protecle GUI to created your public and private key… and the import them to your keystore …

    If above is not the case then you need to generate the CSR ( certificate signing request ) which needs to be signed by the signing authority e.g. VeriSign etc and the you need to import your certificates along with public & private key in your keystore … you might have to convert the keys format as IS only support JSK & PKCS#12 … then you would be needed to create the alias from IS → Security → Keystore … for detail step you would have to refer the IS admin guide

    Thanks ,
    Manish


    #webMethods
    #Integration-Server-and-ESB