Forum Discussion
nrodrigu111
12 years agoNew Contributor
mrJames wrote: Hi,
jks is java key store.
The .key file is probably the private key and the .crt file is probably the certificate. You will need to create a java keystore using these and then use the keystore in SoapUI.
Please see this link on creating the java key store with the certificate and key:
http://stackoverflow.com/questions/1769 ... a-keystore
That's the solution. Thank you very much for your answer.