2de43e7 Split install_http_certs() into two functions

1 file Authored by stlaz 7 years ago, Committed by jcholast 7 years ago,
    Split install_http_certs() into two functions
    
    install_http_certs() was actually installing http service keytab
    and actually installing certificates after that. Split it into
    two so that the names of the new functions better reflect what's
    actually happening.
    
    https://fedorahosted.org/freeipa/ticket/6392
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>