cc5b88e certdb: accumulate extracted certs as list of PEMs

1 file Authored by ftweedal 7 years ago, Committed by jcholast 7 years ago,
    certdb: accumulate extracted certs as list of PEMs
    
    certdb.NSSDatabase.import_files currently accumulates certificates
    extracted from input files as a string, which is ugly.  Accumulate a
    list of PEMs instead, and join() them just in time for PKCS #12
    creation.
    
    Part of: https://fedorahosted.org/freeipa/ticket/6178
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
    
        
file modified
+8 -7