4fe5314 parameters: introduce CertificateSigningRequest

Authored and Committed by stlaz 6 years ago
    parameters: introduce CertificateSigningRequest
    
    Previously, CSRs were handled as a Str parameter which brought
    trouble to Python 3 because of its more strict type requirements.
    We introduce a CertificateSigningRequest parameter which allows to
    use python-cryptography x509.CertificateSigningRequest to represent
    CSRs in the framework.
    
    https://pagure.io/freeipa/issue/7131
    
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    
        
file modified
+1 -1
file modified
+0 -3
file modified
+59 -2
file modified
+4 -4
file modified
+5 -0
file modified
+6 -5
file modified
+8 -32