how to generate a csr in python?
Peter Otten
__peter__ at web.de
Tue Jun 1 03:46:58 EDT 2010
holmes86 wrote:
> On May 31, 7:37 pm, holmes86 <holme... at gmail.com> wrote:
>> hi,everyone
>>
>> I want generate a Certificate signing request in python,but I don't
>> how to realize this function.I don't find any method after read the
>> python-openssl manual.Any help will appreciate.
>
> nobody?
Is the createCertRequest() function at
http://bazaar.launchpad.net/~exarkun/pyopenssl/trunk/annotate/head:/examples/certgen.py
what you're looking for?
Peter
More information about the Python-list
mailing list