Oracle Form Applications will often prompt users about the digital certificate (certainly on first launch)
We can pre-populate the user with the required digital certificate by placing the file in the following location
%userprofile%\Appdata\LocalLow\Sun\Java\Deployment\Security\trusted.certs
(note : this is the path on win7 and server 2008 environments)
I also found this tip which i have not tested
keytool -importcert -file my.cer -keystore "%USERPROFILE%\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs" -storepass "" -noprompt -v
also some good info here on pre-populated the config
No comments:
Post a Comment