URL: https://github.com/freeipa/freeipa/pull/3360 Author: tiran Title: #3360: Use system-wide crypto policy for TLS ciphers Action: opened
PR body: """ IPA now uses the system-wide crypto policy for TLS ciphers on RHEL. It's also now possible to keep the default policy by setting TLS_HIGH_CIPHERS to None.
Fixes: https://pagure.io/freeipa/issue/7998 Signed-off-by: Christian Heimes cheimes@redhat.com """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3360/head:pr3360 git checkout pr3360