806b76b Use the CA chain file from the RPC context

1 file Authored by rcritten 6 years ago, Committed by cheimes 6 years ago,
    Use the CA chain file from the RPC context
    
    The value can be passed in the create_connection() call but
    wasn't used outside that call. It already defaults to
    api.env.tls_ca_cert so the context.ca_certfile should be used
    instead so the caller can override the cert chain on a
    per-connection basis. This may be handy in the future when
    there is IPA-to-IPA trust, or for IPA-to-IPA migration.
    
    https://pagure.io/freeipa/issue/7145
    
    Signed-off-by: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    
        
file modified
+1 -1