b6af3a4 ipalib: fix the IPACertificate validity dates

2 files Authored by frenaud a year ago, Committed by rcritten a year ago,
    ipalib: fix the IPACertificate validity dates
    
    The class IPACertificate builds objects from x509 Certificate
    objects and creates the not_valid_before and not_valid_after values
    by converting to a timestamp + applying timezone delta to UTC + reading
    from the timestamp. This results in applying twice the delta.
    
    Use a simpler method that replaces the timezone info with UTC in the
    datetime object.
    
    Fixes: https://pagure.io/freeipa/issue/9462
    
    Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    
        
file modified
+2 -4