Discussion:
[Freeipa-devel] [freeipa PR#732][opened] ipa-custodia: use Dogtag's alias/pwdfile.txt
tiran
2017-04-25 13:12:48 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/732
Author: tiran
Title: #732: ipa-custodia: use Dogtag's alias/pwdfile.txt
Action: opened

PR body:
"""
/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 <***@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/732/head:pr732
git checkout pr732
MartinBasti
2017-04-28 12:46:45 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/732
Title: #732: ipa-custodia: use Dogtag's alias/pwdfile.txt

Label: +postponed
MartinBasti
2017-04-28 12:47:09 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/732
Title: #732: ipa-custodia: use Dogtag's alias/pwdfile.txt

MartinBasti commented:
"""
Postponing, ticket milestone is 4.7
"""

See the full comment at https://github.com/freeipa/freeipa/pull/732#issuecomment-297988800
tiran
2017-05-10 06:10:50 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/732
Author: tiran
Title: #732: ipa-custodia: use Dogtag's alias/pwdfile.txt
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/732/head:pr732
git checkout pr732

Loading...