webMethods

webMethods

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
  • 1.  Jks keystore installation and dsp

    Posted Tue January 26, 2021 06:14 AM

    hi,

    I’m new with dsp and jks certificate installation. I would like to have an idea on how to install different type of certificates into the jks file(CA, auth and AS2).

    Also if there are any samples of dsp would be really appreciated.

    Thank you


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-io-Integration


  • 2.  RE: Jks keystore installation and dsp

    Posted Tue January 26, 2021 05:13 PM

    For general prep info on certs/jks file using keytool, you can refer the steps from this site-url at your convenience.

    https://docs.continuent.com/tungsten-replicator-6.0/deployment-ssl-stores.html

    This can be done using the keytool provided by Java, found in the bin directory of your Java installation. Navigate to this directory on your machine using the command line (this is not needed if Java bin directory is contained in your PATH variable), then execute the following command to create a keystore file:

    **keytool -genkey -alias replserver -keyalg RSA -keystore keystore.jks**
    

    You will be prompted to create two passwords. Remember these and fill them in the configuration later on (parameters: keystore.password, keystore.keyPassword ). The command creates a .jks file in the directory called keystore.jks.

    HTH,
    RMG


    #webMethods-io-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Jks keystore installation and dsp

    Posted Wed January 27, 2021 02:17 AM

    hi RMG, thanks

    may I know if there’s also a document related to webMethods integration associated with dsp and jks keystore.

    Thanks.


    #webMethods-io-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Jks keystore installation and dsp

    Posted Thu January 28, 2021 05:25 AM

    Please have a look at the Empower or TechCommunity documentation section, you will find a DSP and Templates Development Guide there.

    DSP and JKS are not directly related to each other.
    Keystore and Truststore handling should be described in the IS Administrators Guide.

    Regards,
    Holger


    #Integration-Server-and-ESB
    #webMethods-io-Integration
    #webMethods