From: holmes86 on
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.
From: holmes86 on
On May 31, 7:37 pm, holmes86 <holme...(a)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?
From: Peter Otten on
holmes86 wrote:

> On May 31, 7:37 pm, holmes86 <holme...(a)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
From: holmes86 on
On Jun 1, 3:46 pm, Peter Otten <__pete...(a)web.de> wrote:
> holmes86 wrote:
> > On May 31, 7:37 pm, holmes86 <holme...(a)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:/e...
>
> what you're looking for?
>
> Peter

thanks Peter