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.
@michaelolowojesiku391 Жыл бұрын
It was a straightforward and concise video explanation on how to generate *.key file from the PKCS12 cert file. It worked for me.
@ogochukwunnaemego82832 жыл бұрын
simple and straight to the point. love it!
@mervintec35932 жыл бұрын
Thank you. I am glad you loved it.
@Horogaming12 жыл бұрын
Not getting this right. I’m getting an error message. Says OpenSSL1 is not recognized as an internal or external command
@sglant Жыл бұрын
Worked for Me!!! Much appreciation my friend.
@gatzmamora1178 Жыл бұрын
Thanks for the video! This came in real handy!
@kibromtewolde2954 Жыл бұрын
ok!!! the software , it's unknown publisher what could go wrong ????
@mariamosiyemi89072 жыл бұрын
Thanks, this is quite informative 👍
@mervintec35932 жыл бұрын
Thank you so much. I am glad it’s informative.
@blessingking35252 жыл бұрын
This is nice and informative
@mervintec35932 жыл бұрын
Thank you so much. I tried to be explicit enough.
@stringray878 Жыл бұрын
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
@esthereruchie4452 жыл бұрын
Nice👍
@mervintec35932 жыл бұрын
Thank you so much for viewing.
@malayshisuhad2302 жыл бұрын
many thanks, very helpful
@yemisiadeniyi83592 жыл бұрын
Great, thanks
@mervintec35932 жыл бұрын
Thank you so much for viewing.
@stephenmcdevitt15194 ай бұрын
I'm getting 'openssl' is not recognized as an internal or external command, operable program or batch file.
@wadigga38104 ай бұрын
were you able to fix the issue?
@moiztankiwala2 ай бұрын
Do you have GIT installed on your system? If yes, the set your system's PATH variable to the folder (most likely with the default GIT installation should be) - C:\Program Files\Git\usr\bin\ and this will make openssl available throughout your system.
@Nkembabe12 жыл бұрын
What is pfx
@mervintec35932 жыл бұрын
Hi there... thank you for viewing. A pfx file contains an intermediate authority credentials necessary for the trustworthiness of a certificate and private key to the certificate. It is just like an archive that stores everything you need to deploy a certificate.
@rata40002 жыл бұрын
Windows Servers use .PFX files that contain the SSL Certificate and the associated private key.
@MR-xo6sh2 жыл бұрын
I guess there is no hope if you have forgotten the import password :-(
@muralivijaygowda8492 жыл бұрын
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)
@moiztankiwala2 ай бұрын
That was very helpful because I had no clue what the PEM passphrase meant.