URL: https://github.com/freeipa/freeipa/pull/1888 Author: tiran Title: #1888: Load certificate files as binary data Action: opened
PR body: """ In Python 3, cryptography requires certificate data to be binary. Even PEM encoded files are treated as binary content.
certmap-match and cert-find were loading certificates as text files. A new BinaryFile type loads files as binary content.
Fixes: https://pagure.io/freeipa/issue/7520 Signed-off-by: Christian Heimes cheimes@redhat.com Reviewed-By: Stanislav Laznicka slaznick@redhat.com Reviewed-By: Florence Blanc-Renaud frenaud@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1888/head:pr1888 git checkout pr1888
URL: https://github.com/freeipa/freeipa/pull/1888 Author: tiran Title: #1888: [Backport][ipa-4-6] Load certificate files as binary data Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1888/head:pr1888 git checkout pr1888
freeipa-devel@lists.fedorahosted.org