OAAM Native Integration: Problem Generating OAAM Kesytores
I am trying to integrate my web application with OAAM. Since my application is outside a weblogic container, I am using the static-linking integration method so we don't need to connect to an actual OAAM server instance. The problem comes when I have to create the OAAM kesytores (system_db.keystore, system_config.keystore) and disable CSF. For example, for generating system_db.kesytore, this is the procedure that I think I have to follow:
1. Modify db_3des_input.properties:
keystorepasswd=password
keystorealiaspasswd=password
keyFile=db_3des_key.file
algorithm=DESede
keystorefilename=system_db.keystore
keystorealias=DESede_db_key_alias
0