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

Tomas Babej tbabej at redhat.com
Tue Oct 27 15:44:15 UTC 2015


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
> 
> Regards
> Niranjan

Hi,

the patch looks good, however, I'm curious as to how did you find this
bug? Does it affect anything?

It seems to me that this part of the code is a dead branch which should
be removed.

$ git grep export_pem_cert
ipapython/certdb.py:    def export_pem_cert(self, nickname, location):
ipaserver/install/certs.py:    def export_pem_cert(self, nickname,
ipaserver/install/certs.py:        return self.nssdb.export_pem_ce..

Tomas




More information about the Freeipa-devel mailing list