How to Extract JKS (Java KeyStore) from PEM file
The below steps has to be perfomed to extract jks from pem file
The below steps has to be perfomed to extract jks from pem file
Step 1:
opensslx5O9 -outform der-in/bidata/projects/abc/keystore/cba.pem -out
/bidata/projects/abc/keystore/abcKeyStore.der
Step 2:
keytool-import-alias your-alias -keystore /bidata/projects/abc/keystore/abcKeystore.ks -file
/bidata/projetfs/abc/keystore/abcKeyStore.der
No comments:
Post a Comment