b38750e Fix CAInstance.import_ra_cert for empty passwords

1 file Authored by stlaz 6 years ago, Committed by jcholast 6 years ago,
    Fix CAInstance.import_ra_cert for empty passwords
    
    OpenSSL can't cope with empty files, add a newline after each password
    
    https://pagure.io/freeipa/issue/6878
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>