URL: https://github.com/freeipa/freeipa/pull/1441 Author: amitkumar50 Title: #1441: Removing ipaCert Private key & certificate after ipa upgrade Action: opened
PR body: """ `# yum install ipa-server -y {IPA 4.4}` `# ipa-server-install` `#yum update ipa-* -y` `# ls -ltr /etc/httpd/alias`
Presently "-D" option only removes Cert. **`certutil ... -D -n ipaCert`**
Using '-F' option to remove Private key and cert both **`certutil ... -F -n ipaCert`**
Resolves: https://pagure.io/freeipa/issue/7329 """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/1441/head:pr1441 git checkout pr1441