|
I want to make a setup file for the ssl certificate. I have used importpfx for the silent installation of the certificate. Also have a java file to run the importpfx using Process pr = rt.exec("importpfx.exe -f mytestcert.p12 -p passwrod -t USER -s MY"); Now how should i make a setup file so that certificate will be installed in a single click.
|