I want to send a certificate from a “certificate authority” to a node through sockets.
I have a certificate created using this example
https://skippylovesmalorie.wordpress.com/2010/02/12/how-to-generate-a-self-signed-certificate-using-pyopenssl/
How would I convert this into a .pem file so I can send it as a string through a socket and then convert it on the other end back into a .pem and use get_certificate to extract this certificate from it.
Python: reading a pkcs12 certificate with pyOpenSSL.crypto
Its probably a hacky way to do it, but I want to simplify it for myself. (or not)
I’m resurrecting the question of this person whos question was not answered
How to convert PyOpenSSL object to PEM-encoded string?
This is for generating a certificate signing request, but the concept should be the same
for a certificate you can use: