Table of Contents

Search

  1. Preface
  2. Introduction to MDM Hub Security
  3. Resources
  4. Roles
  5. Users and User Groups
  6. Security Providers
  7. Application Level Security
  8. Certificate-Based Authentication
  9. Password Hashing
  10. Appendix A: Glossary

Configuring cmxserver.properties for Secure Siperian Bus

Configuring cmxserver.properties for Secure Siperian Bus

You must configure the relevant
cmxserver.properties
to complete secure Siperian Bus configuration. Then, generate the encrypted password. Before you begin, enable security for Siperian Bus in the WebSphere application server.
  1. In MDM Hub, open the
    cmxserver.properties
    file.
    • On UNIX.
      <infamdm installation directory>/hub/server/resources
    • On Windows.
      <infamdm installation directory>\hub\server\resources
  2. Set the user name to be stored:
    siperian.mrm.jms.xaconnectionfactory.qcf.username=<user name>
  3. Set the password to be stored:
    siperian.mrm.jms.xaconnectionfactory.qcf.password=<password>


    For example:

    siperian.mrm.jms.xaconnectionfactory.qcf.password=UlRJz88k4O2EL5yDw2jypuCLAkEYHCwVg8FiNJavdfVvKnC8RFGIGE45IeKyQm5C2WJe2pX+ajXj1QeC/j+o7jQmItiaYoyrEMsIRWTvZiHg14ZKjYbFNJcwGSC3rpURvPqH+WMjaEWdXxcD8p7uZ1pphc7WXkE+VouCR6kRwy0=
  4. Run the following command to generate the encrypted password in your environment:
    java -classpath siperian-api.jar;siperian-common.jar;siperian-server.jar com.delos.util.PublicKeyBasedEncryptionHelper <plain text password> <infa home server>


    For example:

    java -classpath siperian-api.jar;siperian-common.jar;siperian-server.jar com.delos.util.PublicKeyBasedEncryptionHelper admin \<infamdm installation directory>\hub\

0 COMMENTS

We’d like to hear from you!