M
Matt Baker
Guest
Mike, gendomreg utility is used to generate java keystore to hold the domain registry which is what the 'OEClientPrincipalFilter.registryFile=ABLDomainRegistry.keystore' property is referring to. Doc is here: documentation.progress.com/.../index.html gendomreg accepts a .csv and spits out a binary file that is encrypted. You can use any file name as there isn't standard for it. The encrypted keystore file is there to avoid having cleartext domain registry keys lying around in your config. The client principal filter uses the keystore file (it can't use the .csv file) to find the domain registry key to seal the client principal.
Continue reading...
Continue reading...