New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ipa-custodia: use Dogtag's alias/pwdfile.txt #732
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Postponing, ticket milestone is 4.7 |
cef8775
to
ab6735a
Compare
|
@simo5 has ACKed the change in April. |
ab6735a
to
3a41040
Compare
/etc/pki/pki-tomcat/password.conf contains additional passwords like replicadb. ipa-custodia does not need these passwords. /etc/pki/pki-tomcat/alias/pwdfile.txt holds the passphrase for Tomcat's NSSDB. The file also simplifies implementation because it removes another temporary file. pwdfile.txt is created by CAInstance.create_certstore_passwdfile() Related: https://pagure.io/freeipa/issue/6888 Signed-off-by: Christian Heimes <cheimes@redhat.com>
3a41040
to
3cd45f7
Compare
|
master:
|
|
This push doesn't seem completely OK. LGTM is not an ACK because it lacks any form of testing. It was also not tested by PR CI because the PR is old. Relatively OK would be to rebase the PR, let it be tested by PR CI and then ACK/push. |
|
Now I realized that the testing by PR-CI might have happen and is not shown here, in closed PRs list. - so I may have been partly wrong. |
/etc/pki/pki-tomcat/password.conf contains additional passwords like
replicadb. ipa-custodia does not need these passwords.
/etc/pki/pki-tomcat/alias/pwdfile.txt holds the passphrase for Tomcat's
NSSDB. The file also simplifies implementation because it removes
another temporary file.
pwdfile.txt is created by CAInstance.create_certstore_passwdfile()
Related: https://pagure.io/freeipa/issue/6888
Signed-off-by: Christian Heimes cheimes@redhat.com