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.  Configure MWS in https

    Posted 07/23/20 06:27 PM

    Hi,
    If I have a pfx file, (for instance my_folder\my_cert.pfx), is it necessary to transform in p12 file to put in it in wrapper.conf file in SSL Section ?

    set.JAVA_KEYSTORE=%CERTIFICATE_HOME%/<my_file>.p12
    set.JAVA_KEYSTORETYPE=pkcs12
    set.JAVA_KEYSTORE_PASSWORD=encrypted password
    

    I wondered if i do that :

    set.JAVA_KEYSTORE=%CERTIFICATE_HOME%/<my_initial>.pfx
    set.JAVA_KEYSTORETYPE=pkcs12
    set.JAVA_KEYSTORE_PASSWORD=encrypted password
    

    is it works ?


    #webMethods
    #MWS-CAF-Task-Engine


  • 2.  RE: Configure MWS in https

    Posted 07/24/20 11:27 AM

    Hi Vital,

    either just test it out or you will have to convert into p12.
    When using the pfx you might need to change the JAVA_KEYSTORETYPE accordingly.

    See MWS Administrators Guide for further informations.

    Regards,
    Holger


    #webMethods
    #MWS-CAF-Task-Engine


  • 3.  RE: Configure MWS in https

    Posted 07/24/20 11:39 AM

    Thanks Holger,
    In fact I could not test beacause I’m only a developer and not the guardian in certificate in our company.
    But my colleague test with pfx file withou changing KEYSTORETYPE (beacause it is the same format) and that’s work fine !


    #webMethods
    #MWS-CAF-Task-Engine


  • 4.  RE: Configure MWS in https

    Posted 07/24/20 11:51 AM

    If it is the same fomat you can name it withe the one or other extension which you prefer.

    I prefer to have it as a p12 extension.
    Never used pfx extension so far.

    Regards,
    Holger


    #MWS-CAF-Task-Engine
    #webMethods


  • 5.  RE: Configure MWS in https

    Posted 07/24/20 11:56 AM

    For differences and commons between PFX and P12 format you can refer to this Wikipedia-Page:

    Looks like PKCS#12 is an enhancement for PFX.


    #webMethods
    #MWS-CAF-Task-Engine