Convert JKS file to pem file+ Convert a Java Keystore Into PEM Format+convert keystore to pk12 file+convert JKS to pk12 file
ReportQuestion
Creating a JKS file with a single RSA key pair value:
keytool -genkey -keyalg RSA -v -keystore xxx_keystore.jks -alias xxx_key-pair
It will ask to enter the KeyStore password and enter details/information about the key pair.
keytool -genkey -keyalg RSA -v -keystore ...
Please briefly explain why you feel this question should be reported .
0
Java
2 years
0 Answers
45 views