openssl - how to convert PEM to P7B with python -


this works in command-line, same using m2crypto in python code.

openssl crl2pkcs7 -nocrl -certfile ra.crt -out ra-ca.p7b -certfile ca.crt. 

checkout below link. you.

[http://www.coderexception.com/czmubmbbujqxxjwp/how-can-i-use-python-to-output-a-certificatesonly-pkcs7][1]


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -