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

how to create keystore file and add to webmethods

  • 1.  how to create keystore file and add to webmethods

    Posted Mon June 25, 2012 08:11 PM

    I am using xca to create the SSL cert and keystore file but when adding to IS i get the error below. I had this working before but stupid me didnt document and cant remember what i did to get it working. Any ideas on this error?

    cannot load the keystore for alias ‘example’. Details: attempt to initialize keystore using location(D:\SoftwareAG\IntegrationServer\config\certs) failed.


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 2.  RE: how to create keystore file and add to webmethods

    Posted Thu June 28, 2012 06:03 PM

    did you put the keystore file in the path? seems it’s missing the filename


    #webMethods
    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB


  • 3.  RE: how to create keystore file and add to webmethods

    Posted Thu June 28, 2012 06:12 PM

    i was able to use a gui of keytool because it was more user friendly and got it working finally. Not sure why webMethods makes this so complicated by having to use java tools where they used to have their cert toolkit integrated in the install. The tool i used was this and recommend it if you dont have time to learn the keytool commands

    http://code.google.com/p/keytool-iui/


    #webMethods
    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport


  • 4.  RE: how to create keystore file and add to webmethods

    Posted Thu June 28, 2012 11:06 PM

    Sounds a good resource:)


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 5.  RE: how to create keystore file and add to webmethods

    Posted Sat June 30, 2012 09:05 AM

    As tongwang, suggested please check if the keystore file name is included while defining the keystore location

    -Kishore.


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 6.  RE: how to create keystore file and add to webmethods

    Posted Sat June 30, 2012 09:33 AM

    My two cents - the supported keystore format is .jks


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 7.  RE: how to create keystore file and add to webmethods

    Posted Mon July 02, 2012 03:40 PM


  • 8.  RE: how to create keystore file and add to webmethods

    Posted Fri January 25, 2013 09:21 PM

    use the keytool java command line it lives under the jvm bin. There is also a gui tool called portecle but command line is simple. You can make jks and/or pcks12 both supported in IS 8.x. With pcks12 it will also be easier to import x509 certs into Windows Servers.

    +1 on the comments to include the .jks file in the path.


    #webmethods-Protocol-and-Transport
    #Integration-Server-and-ESB
    #webMethods


  • 9.  RE: how to create keystore file and add to webmethods

    Posted Wed February 06, 2013 01:50 PM

    If you want to replace keytool with a GUI tool then you can also use CERTivity.
    http://www.edulib.com/products/keystores-manager/

    CERTivity aims at making it easier to manage digital security-related assets from any source.


    #webmethods-Protocol-and-Transport
    #webMethods
    #Integration-Server-and-ESB


  • 10.  RE: how to create keystore file and add to webmethods

    Posted Wed February 06, 2013 04:08 PM

    Does the free tool gives all options and what version or platform you tried this interesting?


    #Integration-Server-and-ESB
    #webMethods
    #webmethods-Protocol-and-Transport


  • 11.  RE: how to create keystore file and add to webmethods

    Posted Wed February 06, 2013 04:39 PM

    CERTivity is not free like keyTool IUI or Portecle (mentioned in previous posts) but it has a free fully working trial version. It runs on Windows, Mac OS X and Linux/Unix.

    One of the things it can do is retrieve certificates from SSL and import them in a keystore.


    #Integration-Server-and-ESB
    #webmethods-Protocol-and-Transport
    #webMethods


  • 12.  RE: how to create keystore file and add to webmethods

    Posted Wed February 06, 2013 05:29 PM