[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: OE12 and OERealm - is it working?

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top