+

Search Tips   |   Advanced Search

Add export.userDN and export.enforceSSL to the WAS configuration

Before running the XMLAccess command to export or import credential vault data, we need to add two properties to the WAS configuration. Proceed as follows:

  1. Log in to the WebSphere Integrated Solutions Console.

  2. Click Resources > Resource Environment > Resource Environment > Providers > WP_VaultService > Custom properties.
  3. Add the property export.userDN:

    • Name: export.userDN
    • Value: administrator_DN. For example: cn=wpsadmin,o=ibm

    • Type: java.lang.String

  4. Add the property export.enforceSSL:

    • Name: export.enforceSSL
    • Value: true

    • Type: java.lang.Boolean

  5. Save the configuration changes.
  6. Restart the portal server.

Parent topic: XML Syntax for exporting and importing credential vault data