While I am creating the keystore, for SSL of https,
can someone please explan me the options to be passed across..
I tried doing the following..
1> I downloaded a certificate the (abc.pksc12) and kept it in c:\keystore
2> Executed the following command
"%MQSI_FILEPATH%\jre\bin\keytool" -genkey -keypass password -keystore keystore file -alias tomcat
Gives error for "file options"
3> "%MQSI_FILEPATH%\jre\bin\keytool" -genkey -keypass password -keystore keystore
asks for all details.
4> While importing the certificate to the keystore getting the following error. (I gave the location of the abc.pkcs12 location is located too)
D:\IBM\MQSI\6.0>"%MQSI_FILEPATH%\jre\bin\keytool" -import -keypass password -key store keystore -file abc.pkcs12 -alias tomcat
Enter keystore password: men123
keytool error (likely untranslated): java.io.FileNotFoundException: http.pkcs12
(The system cannot find the file specified)
Please let me know for all optional/mandatory options too, even a reference would be helpful.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum