Error extracting a Cert & Key from a .p12 file

I'm trying to extract cert & key from a .p12 file. Running this command in OpenSLL

openssl pkcs12 -info -in certificate.p12 -nodes

It prompts for a password, but after that I get this error:

Error outputting keys and certificates 1C400000:error:0308010C:digital envelope routines:inner_evp_generic_fetch:unsupported:crypto\evp\evp_fetch.c:373:Global default library context, Algorithm (RC2-40-CBC : 0), Properties ()

Does it sound like an issue with the OpenSSL version? I have version 3.0.7 installed on my Windows computer.

Thank you!

6 Related questions 5 tensorflow py_func is handy but makes my training step very slow. 1 Evaluating prediction extremely slow 2 Prediction with tensorflow-gpu is slower than tensorflow-cpu Related questions 5 tensorflow py_func is handy but makes my training step very slow. 1 Evaluating prediction extremely slow 2 Prediction with tensorflow-gpu is slower than tensorflow-cpu 19 Keras inconsistent prediction time 0 tf.keras.predict() is much slower than Keras predict() 7 Tensorflow model prediction is slow 13 TF.Keras model.predict is slower than straight Numpy? 5 Gradient descent using TensorFlow is much slower than a basic Python implementation, why? 0 tensorflow performance confusion 2 Tensorflow prediction speed increases with same image Load 7 more related questions Show fewer related questions Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like