Add the domain to the list of valid domains
- Last Updated: January 26, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
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.
- 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, - Start the Proenv command shell.
- In the Proenv command shell, run the
gendomregutility to create an encrypted Java keystore file from the CSV file. For example, the following command creates the keystore fileABLDomainRegistry.keystore.$DLC/bin/gendomreg ABLDomainRegistry.csv ABLDomainRegistry.keystore - Copy the keystore file into the
confdirectory of each PAS for OpenEdge instance in your environment.
For more information on configuring domains, see OpenEdge security domain configuration tasks