066f5b7 ipa-kra-install must create directory if it does not exist

1 file Authored by frenaud 7 years ago, Committed by mbasti 7 years ago,
    ipa-kra-install must create directory if it does not exist
    
    ipa-kra-install creates an admin cert file in
    /root/.dogtag/pki-tomcat/ca_admin.cert but does not check that the
    parent directory exists. This situation can happen when uninstall + restore
    has been run.
    
    The fix creates the directory if not present.
    
    https://fedorahosted.org/freeipa/ticket/6606
    
    Reviewed-By: Christian Heimes <cheimes@redhat.com>