Discussion:
[Freeipa-devel] [freeipa PR#719][opened] External CA fixes
stlaz
2017-04-18 15:22:00 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/719
Author: stlaz
Title: #719: External CA fixes
Action: opened

PR body:
"""
External CA installation would have failed for 2 reasons:
- Trying to perform Kerberos install twice (for some reason our QA forgot to tell us that)
- Rewriting the CA cert file with each consecutive certificate in the certificate chain instead of appending them

This patchset fixes that behavior.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/719/head:pr719
git checkout pr719
stlaz
2017-04-19 06:16:41 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/719
Author: stlaz
Title: #719: External CA fixes
Action: edited

Changed field: body
Original value:
"""
External CA installation would have failed for 2 reasons:
- Trying to perform Kerberos install twice (for some reason our QA forgot to tell us that)
- Rewriting the CA cert file with each consecutive certificate in the certificate chain instead of appending them

This patchset fixes that behavior.
"""
stlaz
2017-04-19 07:32:05 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/719
Author: stlaz
Title: #719: External CA fixes
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/719/head:pr719
git checkout pr719
stlaz
2017-04-19 11:32:22 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/719
Author: stlaz
Title: #719: External CA fixes
Action: synchronized

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/719/head:pr719
git checkout pr719
HonzaCholasta
2017-04-19 12:00:47 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/719
Title: #719: External CA fixes

Label: +ack
HonzaCholasta
2017-04-19 12:01:19 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/719
Title: #719: External CA fixes

Label: +pushed
HonzaCholasta
2017-04-19 12:02:15 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/719
Author: stlaz
Title: #719: External CA fixes
Action: closed

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/719/head:pr719
git checkout pr719
HonzaCholasta
2017-04-19 12:01:44 UTC
Permalink
URL: https://github.com/freeipa/freeipa/pull/719
Title: #719: External CA fixes

HonzaCholasta commented:
"""
master:

* 25a33ce8b1c77b0d957772143affd7085757bccb server-install: No double Kerberos install
* 7b8503173b253860c1059bd40858f2fdffb4ae33 ext. CA: correctly write the cert chain


ipa-4-5:

* 2144eaf25ef1148c9353dfb2680f8811fd8c21aa server-install: No double Kerberos install
* a6af0033a4d0af387eebdd6500eb1e74c5c29ce7 ext. CA: correctly write the cert chain


"""

See the full comment at https://github.com/freeipa/freeipa/pull/719#issuecomment-295239924
Loading...