URL: https://github.com/freeipa/freeipa/pull/3826 Author: rcritten Title: #3826: conditionally restart certmonger during ipa-client-install Action: opened
PR body: """ Conditionally restart certmonger after client installation
If certmonger is running prior to client installation then its IPA CA configuration will be incomplete and missing the CA chain.
If a certificate is subsequently requested with -F to store the CA chain in a file or NSS db it may not be available yet. A conditional restart of certmonger will pick up the new IPA configuration and complete the IPA CA configuration in certmonger.
A pure restart and service activation is not done since certmonger is not required unless --request-cert was passed ipa-client-install.
https://pagure.io/freeipa/issue/8105 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3826/head:pr3826 git checkout pr3826
URL: https://github.com/freeipa/freeipa/pull/3826 Author: rcritten Title: #3826: conditionally restart certmonger during ipa-client-install Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3826/head:pr3826 git checkout pr3826
freeipa-devel@lists.fedorahosted.org