eb711f7 ipa-cert-fix: do not fail when CSR is missing from CS.cfg

Authored and Committed by frenaud 3 years ago
    ipa-cert-fix: do not fail when CSR is missing from CS.cfg
    
    When the CSR for an expired cert is not found in
    /etc/pki/pki-tomcat/{ca|kra}/CS.cfg, ipa-cert-fix fails to
    renew the certificate and repair the installation.
    
    The CSR can be found using certmonger as it is stored in
    /var/lib/certmonger/requests/<ID> in the "csr" attribute.
    Prior to calling pki-server cert-fix, make sure that the
    CSR is present in CS.cfg, or update CS.cfg with the content
    found using certmonger.
    
    Fixes: https://pagure.io/freeipa/issue/8618
    
    Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>