0

I need to import a .p12 file into a .jks certificate and in this question it says that I need to import entries into the keystore, but actually I'm not understanding what entries do I have to import and in which keystore I need to do that.

Why keyStore.aliases() is empty for pkcs12

I'm starting in this of the certificates and this is only to do a test with jmeter but it only accepts .jks into the SSL server.properties.

Community
  • 1
  • 1
cagoscra
  • 19
  • 7

2 Answers2

1

Take a look at this link. I think it solves your conversion from .p12 to .jks problem.

guilhermerama
  • 750
  • 9
  • 21
  • The problem is that when I do this it gives me this response: "Import command completed: 0 entries successfully imported, 0 entries failed or cancelled [Storing something.jks]". Thas why I need to generate or import keys into my keystore. But I don't know how to do this. – cagoscra Dec 04 '15 at 15:35
  • @cagoscra could you post the exactly commands you're trying to run? – guilhermerama Dec 07 '15 at 10:45
1

The way that I find to transform the .p12 file into a .jks was better a tool called "KeyStore Explorer" that's better than keep fighting with the keytool command in Windows. I recommend it!

cagoscra
  • 19
  • 7