Hi James, While this is possible with pyOpenSSL (via http://pyopenssl.readthedocs.io/en/stable/api/crypto.html#OpenSSL.crypto.X509Req.sign), I'd recommend doing it with pyca/cryptography. It has a much better documented API (https://cryptography.io/en/latest/x509/) and is the preferred API if possible. pyOpenSSL also depends on cryptography so you already have it.
-Paul Kehrer (reaperhulk) On April 21, 2017 at 1:28:10 AM, James Olin Oden (james.o...@gmail.com) wrote: I've figured out how to create a self signed key that does not have a CSR associated with it, and I know how to create a CSR. I cannot seem to figure out or find examples of using PyOpenSSL to create a certificate with a CSR associated with it. What am I missing? Thank You...James _______________________________________________ Cryptography-dev mailing list Cryptography-dev@python.org https://mail.python.org/mailman/listinfo/cryptography-dev
_______________________________________________ Cryptography-dev mailing list Cryptography-dev@python.org https://mail.python.org/mailman/listinfo/cryptography-dev