Originally posted by: uncle_ziba
Has anyone been able to configure an application to use an EFS filesystem and load the encryption keys automatically upon application startup? I have searched IBM redbooks and IBM System Mag articles and none provide any guidlines. The idea is to have an encrypted DocumentRoot for the http server for storing user uploaded files.
The only way I can do this right now is by manually loading the keys in a shell (efskeymgr -o ksh, which prompts for store passwrd), then starting the server. I need to be able to do this from a script without any interactive prompts. I could probably do something with expect to process efs keystore password prompt, but there must be a better way to do this.
(I have not tried to call support yet about this...). Any ideas?
#AIX-Forum