URL: https://github.com/freeipa/freeipa/pull/3053 Author: tiran Title: #3053: Deprecate ipa-client-install --request-cert Action: opened
PR body: """ Mark the --request-cert option for ipa-client-install as deprecated. Users are encouraged to request a PEM certificate with certmonger instead. The option and /etc/ipa/nssdb will be removed in a future version.
Related: https://pagure.io/freeipa/issue/7492 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/3053/head:pr3053 git checkout pr3053