summaryrefslogtreecommitdiffstats
path: root/ipaclient/csrgen_ffi.py
Commit message (Collapse)AuthorAgeFilesLines
* csrgen: Modify cert_get_requestdata to return a CertificationRequestInfoBen Lipton2017-04-031-0/+291
Also modify cert_request to use this new format. Note, only PEM private keys are supported for now. NSS databases are not. https://pagure.io/freeipa/issue/4899 Reviewed-By: Jan Cholasta <jcholast@redhat.com>