0

How to create EC private key using preferably pyOpenSSL?

I have been creating keys with openssl ecparam -name prime256v1 -genkey -noout -out domain.key.pem but now I want to do an automation process so I would need it to be done in Python. Also, point me in the right direction to create CSR with the private key in Python.

Thanks

0 Answers0