8f7b6c3 Remove redundant option check for cert files

1 file Authored by stlaz 7 years ago, Committed by mbasti 7 years ago,
    Remove redundant option check for cert files
    
    There was a redundant check for CA-less install certificate files
    for replicas but the same check is done for all installers before
    that.
    
    https://pagure.io/freeipa/issue/6801
    
    Reviewed-By: Martin Basti <mbasti@redhat.com>