Re: [Freeipa-devel] [PATCH] enable pem=True in export_pem_cert function

2015-11-11 Thread Tomas Babej
On 11/11/2015 02:03 AM, Niranjan wrote: > Niranjan wrote: >> Tomas Babej wrote: >>> On 10/26/2015 08:59 PM, Niranjan wrote: Greetings, export_pem_cert function from ipapython/certdb should export the certificate in pem format but instead exports the cert in der format

Re: [Freeipa-devel] [PATCH] enable pem=True in export_pem_cert function

2015-11-10 Thread Niranjan
Niranjan wrote: > Tomas Babej wrote: > > On 10/26/2015 08:59 PM, Niranjan wrote: > > > Greetings, > > > > > > export_pem_cert function from ipapython/certdb should export the > > > certificate > > > in pem format but instead exports the cert in der format as it doesn't > > > enable pem=True. >

Re: [Freeipa-devel] [PATCH] enable pem=True in export_pem_cert function

2015-10-27 Thread Tomas Babej
On 10/26/2015 08:59 PM, Niranjan wrote: > Greetings, > > export_pem_cert function from ipapython/certdb should export the certificate > in pem format but instead exports the cert in der format as it doesn't enable > pem=True. > > This patch specifies pem=True for export_pem_cert function > >

Re: [Freeipa-devel] [PATCH] enable pem=True in export_pem_cert function

2015-10-27 Thread Niranjan
Tomas Babej wrote: > On 10/26/2015 08:59 PM, Niranjan wrote: > > Greetings, > > > > export_pem_cert function from ipapython/certdb should export the > > certificate > > in pem format but instead exports the cert in der format as it doesn't > > enable pem=True. > > > > This patch specifies