f8ebd6e Custom ca-subject logging

1 file Authored by amitkumar25nov 6 years ago, Committed by cheimes 6 years ago,
    Custom ca-subject logging
    
    Present Situation:
    Logging is a bit incomplete when using a custom CA subject passed in via --ca-subject.
    If there is a problem finding the IPA CA certificate then the installer will log:
    ERROR IPA CA certificate not found in /tmp/servercert.pem, /tmp/cacert.pem
    
    After the Fix this sort of log is seen:
    ipa.ipapython.install.cli.install_tool(CompatServerMasterInstall): DEBUG    The ipa-server-install command failed, exception: ScriptError: IPA CA certificate with subject 'CN=Certificate Authority,O=GSSLAB.PNQ2.REDHAT.COM' was not found in /root/ipa.cert, /root/rootCA.crt.
    
    Resolves: https://pagure.io/freeipa/issue/7245
    Reviewed-By: Tibor Dudlak <tdudlak@redhat.com>