How to Extract SSL Private key and Certificate from a pfx file using OPENSSL

preview_player
Показать описание
How to Extract SSL private key and certificate from a pfx file using OPENSSL
Рекомендации по теме
Комментарии
Автор

Thank you @MervinTEC for this video. The topic is very rare as most of the material available online is for going from .crt + .key to .pfx and not the other way around. Your video saved my day.

moiztankiwala
Автор

It was a straightforward and concise video explanation on how to generate *.key file from the PKCS12 cert file. It worked for me.

michaelolowojesiku
Автор

simple and straight to the point. love it!

ogochukwunnaemego
Автор

Worked for Me!!! Much appreciation my friend.

sglant
Автор

Thanks for the video! This came in real handy!

gatzmamora
Автор

Not getting this right. I’m getting an error message. Says OpenSSL1 is not recognized as an internal or external command

Horogaming
Автор

ok!!! the software, it's unknown publisher what could go wrong ????

kibromtewolde
Автор

Hi what if does not proceed like in the video it is prompting like this upon entering "pkcs12: Use -help for summary." what should i do, Thank you in advance

stringray
Автор

I'm getting 'openssl' is not recognized as an internal or external command,
operable program or batch file.

stephenmcdevitt
Автор

I guess there is no hope if you have forgotten the import password :-(

MR-xosh
Автор

while generating private key use this command so you wont get option to enter pem pass phrase (pkcs12 -in myCert.pfx -nocerts -out privateKey.key -nodes)

muralivijaygowda