0fa9585 Tests: force key type in ACME tests

Authored and Committed by frenaud a year ago
    Tests: force key type in ACME tests
    
    PKI can issue ACME certs only when the key type is rsa.
    
    With version 2.0.0, certbot defaults to ecdsa key type,
    and this causes test failures.
    For now, force rsa when requesting an ACME certificate.
    This change can be reverted when PKI fixes the issue
    on their side (https://github.com/dogtagpki/pki/issues/4273)
    
    Related: https://pagure.io/freeipa/issue/9298
    Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>