
Originally Posted by
ajitkumar26
Hi All ,
If I am giving the keystore file name without extension(e.g. keystore instead of keystore.ks) I am getting the following error
keytool error java.lang.exception certificate reply does not contain public key for <alias name>
Why this error is and how to resolve this? Please guide me...
I am using the following command to create the keystore file:
keytool -import -trustcacerts -keystore <keystore_filename> -alias <alias_name> -file <file name>
Please help me to resolve this issue.
Thanks in advance...
Thanks & Regards,
Ajit