mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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 |
||
---|---|---|
.. | ||
csrgen | ||
install | ||
plugins | ||
remote_plugins | ||
__init__.py | ||
__main__.py | ||
csrgen_ffi.py | ||
csrgen.py | ||
frontend.py | ||
Makefile.am | ||
setup.cfg | ||
setup.py |