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.
- Log in to the WAS console.
- Click Resources > Resource Environment > Resource Environment > Providers > WP_VaultService > Custom properties.
- Add the property export.userDN :
- Name: export.userDN
- Value: administrator_DN. For example: cn=wpsadmin,o=ibm
- Type: java.lang.String
- Add the property export.enforceSSL :
- Name: export.enforceSSL
- Value: true
- Type: java.lang.Boolean
- Save the configuration changes.
- Restart the portal server.
Parent XML Syntax for exporting and importing credential vault data