HI All,
I have a .crt file and I need to get the associated keystore file. How to do so?
Is keytool is helpful in that?
Thanks.
|
|
|
Create store with temporary key inside:
Then delete existing entry:
Now you've got empty store. You can check that it's empty:
Then import your certificate to the store:
And off you go! |
||||
|
|
|
Yes, for eg. |
|||||
|
|