Hi All,
When i tried to include certificates using keytool command from a cmd window it works fine. But i want to programmatically include certificates(i.e cer files) using shell command.
The code i used is :
ShellExecute 0,"open", "C:\Program Files\Lotus\notes\jvm\bin", "", "", SW_SHOWMAXIMIZED
ShellExecute 0,"run", {keytool -import -v -noprompt -trustcacerts -storepass changeit -alias testFile -file "c:\der\certfile.cer" -keystore "C:\Program Files\lotus\notes\jvm\lib\security\cacerts"}, "", "", SW_SHOWMAXIMIZED
But this code doesnt work. Do anyone have idea of doing this?
Thanks in advance
Ben