PKey Clarification

Asked by Gabriel Kho

The generate_key function of PKey creates a private key right?

Question information

Language:
English Edit question
Status:
Solved
For:
pyOpenSSL Edit question
Assignee:
No assignee Edit question
Solved by:
Jean-Paul Calderone
Solved:
Last query:
Last reply:
Revision history for this message
Best Jean-Paul Calderone (exarkun) said :
#1

Please refer to the documentation: http://pythonhosted.org/pyOpenSSL/

Specifically, this is answered on http://pythonhosted.org/pyOpenSSL/openssl-pkey.html

Revision history for this message
Gabriel Kho (gabriel-d-kho) said :
#2

Thanks Jean-Paul Calderone, that solved my question.