adamwill / freeipa

Forked from freeipa 5 years ago
Clone

9d5e3d1 renew_ra_cert: fix update of IPA RA user entry

1 file Authored by ftweedal 6 years ago, Committed by cheimes 6 years ago,
    renew_ra_cert: fix update of IPA RA user entry
    
    The post-save hook for the RA Agent certificate invokes
    cainstance.update_people_entry with the DER certificate instead of a
    python-cryptograpy Certificate object.  Apply to correct type.
    
    Fixes: https://pagure.io/freeipa/issue/7282
    Reviewed-By: Christian Heimes <cheimes@redhat.com>