6e4e522 cert-find: fix 'issuer' option

1 file Authored by ftweedal 7 years ago, Committed by jcholast 7 years ago,
    cert-find: fix 'issuer' option
    
    The 'issuer' option of cert-find was recently changed from Str to
    DNParam, however, 'ra.find' expects a string and throws when it
    receives a DN.
    
    When constructing the dict that gets passed to 'ra.find', turn
    DNParams into strings.
    
    Part of: https://fedorahosted.org/freeipa/ticket/5381
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+2 -0