abefb64 Simplify KRA transport cert cache

1 file Authored by cheimes 7 years ago, Committed by jcholast 7 years ago,
    Simplify KRA transport cert cache
    
    In-memory cache causes problem in forking servers. A file based cache is
    good enough. It's easier to understand and avoids performance regression
    and synchronization issues when cert becomes out-of-date.
    
    https://pagure.io/freeipa/issue/6787
    Signed-off-by: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    
        
file modified
+55 -48