8882680 Dogtag: Remove set_audit_renewal step

Authored and Committed by cheimes 3 years ago
    Dogtag: Remove set_audit_renewal step
    
    The step set_audit_renewal modifies Dogtag's caSignedLogCert.cfg to bump
    renewal to 2 years. The problem was fixed in Dogtag upstream in 2012 before
    Dogtag 10.0 came out, see
    https://github.com/dogtagpki/pki/commit/f5b8ea5b087f642a0208c228dce6f700cd7d91c1
    
    The update step would also no longer work. Profiles have been migrated
    to LDAP several FreeIPA releases ago. pkispawn populates LDAP with all
    of Dogtag's default profiles. FreeIPA does not overwrite any existing
    profiles.
    
    Related: https://pagure.io/freeipa/issue/8521
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>