The ABLDominRegistry.keystore located in the instance conf directory, contains an encrypted list of valid domains. User domains need to match the available domains. In this use case, the acme.com domain must be added to the ABLDomainRegistry.keystore.

  1. Edit the domain registry CSV file that lists each OpenEdge security domain name and its associated domain access code in clear-text. Add acme.com to the list of domains. For example:
    acme.com,
  2. Start the Proenv command shell.
  3. In the Proenv command shell, run the gendomreg utility to create an encrypted Java keystore file from the CSV file. For example, the following command creates the keystore file ABLDomainRegistry.keystore.
    $DLC/bin/gendomreg ABLDomainRegistry.csv ABLDomainRegistry.keystore
  4. Copy the keystore file into the conf directory of each PAS for OpenEdge instance in your environment.

For more information on configuring domains, see OpenEdge security domain configuration tasks