python - need to create a .pem file -
What is the .pem
file included? Just key or a function that generates the key.
I need to create a .pem
file and need to call this file in the function.
> Here is the code to which I want to proceed:
pk = open ('public_key.pem', 'rb') .read () RSA = MCCRPTARSLod_pub_key ( PK) You can use to create a pem file.
You must provide this correct parameter to get the right type key. Openssl's command looks like what you want to use.
Comments
Post a Comment