didiksupriadi41 / freeipa

Forked from freeipa 2 years ago
Clone

353a491 test_external_ca: switch to python-cryptography

2 files Authored by mreznik 6 years ago, Committed by stlaz 6 years ago,
    test_external_ca: switch to python-cryptography
    
    Switch external CA generation from certutil to python-cryptography
    as this way of handling the certificates should be more readable,
    maintainable and extendable (e.g. extensions handling).
    
    Also as external CA is now a separate module we can import it and
    use elsewhere.
    
    https://pagure.io/freeipa/issue/7154
    
    Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
    Reviewed-By: Christian Heimes <cheimes@redhat.com>