cagoscra
cagoscra

Reputation: 17

How to generate or import keys into your keystore?

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.

Upvotes: 0

Views: 665

Answers (2)

cagoscra
cagoscra

Reputation: 17

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!

Upvotes: 1

guilhermerama
guilhermerama

Reputation: 750

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

Upvotes: 1

Related Questions