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.
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.
Comments
Post a Comment