From: holmes86 on 31 May 2010 07:37 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 1 Jun 2010 03:27 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 1 Jun 2010 03:46 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 1 Jun 2010 21:56 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
|
Pages: 1 Prev: reading help() - newbie question Next: writing numbers in binary file |