Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

It should be possible to import etc as well using keytool. How do I make a keystore using keytool with a real certificate from EJBCA?

0
Posted

It should be possible to import etc as well using keytool. How do I make a keystore using keytool with a real certificate from EJBCA?

0

# First generate a new keystore and a keypair: keytool -genkey -alias mykey -keystore myks.jks -keyalg RSA -dname c=SE,O=AnaTom,CN=Test -keypass foo123 -storepass foo123 # You SUN keystore is now in the file ‘myks.jks’. # Next generate a certification request (PKCS10): keytool -certreq -alias mykey -sigalg SHA1WithRSA -file myreq.p10 -keypass foo123 -keystore myks.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.