Actions
Bug #16299
closedkatello-certs-check should check the certificate type
Difficulty:
easy
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1252540
Description of problem:
We were under impression that the custom certificate needed to be a ca cert. It needs to be a server cert. However running katello-certs-check did not complain about this. It did give problems later in the process (yum was not able to communicate with satellite)
Version-Release number of selected component (if applicable):
How reproducible:
Create a custom ca cert, signed by a custom root ca and feed it to the katello-certs-check. It doesn't complain.
Steps to Reproduce:
1.
2.
3.
Actual results:
Validation successful
Expected results:
Validation unsuccessful, wrong certificate type
Additional info:
Actions