50306cc Allow PKINIT to be enabled when updating from a pre-PKINIT IPA CA server

1 file Authored by antorres 2 years ago, Committed by rcritten 2 years ago,
    Allow PKINIT to be enabled when updating from a pre-PKINIT IPA CA server
    
    When upgrading from a server with IPA CA before PKINIT was introduced
    (4.5), PKINIT would not be enabled and there wasn't any way to enable it
    since upgrade code only issues self-signed certificates when
    certificates are missing. With these change there is a way to enable
    PKINIT when coming from a IPA server with a pre-PKINIT version (4.4 and
    before).
    
    Fixes: https://pagure.io/freeipa/issue/8532
    Signed-off-by: Antonio Torres <antorres@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>