URL: https://github.com/freeipa/freeipa/pull/1110 Author: stlaz Title: #1110: csrgen: Introduce CertificateSigningRequest parameter Action: opened
PR body: """ This pull request tries to introduce a new parameter for CSRs so that these are handled properly in Python 3 and are backward-compatible with the older API which will try to send strings to the server.
**NOTE**: tests for the new parameter are currently not included, it's here for the sole purpose of a review of the code and should not be pushed until the tests arrive.
- [x] do the code - [ ] do the tests
----------------------- This PR includes code @flo-renaud's fix from https://github.com/freeipa/freeipa/pull/1057 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1110/head:pr1110 git checkout pr1110
freeipa-devel@lists.fedorahosted.org