To set up the M3 Business Engine keystore

Note: 

Use this procedure to create the M3 Business Engine keystore. If the properties auth.keystore.name and auth.keystore.password have no value, and there is no file named keystore.jks in the directory Properties\mvx\res relative to the M3BE installation, the M3BE keystore needs to be created before proceeding with the configuration of trusted connections.

  1. In MOVEX.properties, modify the following properties:
    • Set auth.keystore.name to "keystore.jks".

    • Set auth.keystore.password to a long, random string (you don't need to remember it by heart). It will be referred to as storepass in this procedure.

    • Set auth.certificate.password to a long, random string. It will be referred to as keypass in this procedure.

    • Determine an alias for this M3BE installation. It will be referred to as m3be-alias in this procedure.

    • Set auth.dname to cn=m3be-alias,cn=lawson.

  2. In the command window, in the Properties\mvx\res directory for the M3BE environment, create the keystore with a private key pair for the M3BE installation:

    keytool -keystore keystore.jks -storepass storepass -genkeypair -keyalg rsa -keypass keypass -alias m3be-alias_rsa -dname cn=m3be-alias,o=lawson

    The keystore has now been set up and you can proceed with the configuration of trusted connections.