Convert JKS file to PEM file | With Command Prompt

preview_player
Показать описание
Convert JKS key to PEM key or PEM certificate with Command Prompt

About the video:

1. So first go to java directory and copy java bin path
2. Then open command prompt and change directory by typing (cd) and paste (path) of java bin you have copied. you are using Java bin directory now.
3. Now type this (keytool -export -rfc -keystore (keystore Location) -alias (Name of inner key you want to use) -file (directory|Location you want to paste pem file))

Important Note: in final -file directory after naming your file end it with .pem extension.

feel free to contact if stuck somewhere I'll be happy to help.

Contact and support:

You can support me on Patreon or
if you want to support any other way please contact. Hope you like my videos. Subscribe if you like my videos. It will be appreciated. I'll try to make my videos better :)

#JKS #PEM #JKStoPEM
Рекомендации по теме
Комментарии
Автор

What is -alias Key0 for me Alias <Key0> not found

ruchijha
Автор

I did the same but this ia losing data

ankitaanku
Автор

Hi, is it possible to convert .pem to .jks??

adornkurian