f919ab4 certdb: use a temporary file to pass password to pk12util

2 files Authored by jcholast 8 years ago, Committed by mbasti 8 years ago,
    certdb: use a temporary file to pass password to pk12util
    
    Currently the PKCS#12 file password is passed via stdin and pk12util reads
    it from /dev/stdin, which is platform-specific.
    
    Use a temporary file instead.
    
    https://fedorahosted.org/freeipa/ticket/6474
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    
        
file modified
+0 -1
file modified
+7 -3