Describe the bug
When using --check-chain, and there is indeed a root cert present, this will raise a CRITICAL.
To Reproduce
check_ssl_cert --check-chain -H host.with.root.cert.org
Expected behavior
Having an additional root cert will almost never cause real problems for browsers. So it would seem more appropriate to have this emit a WARNING.
Describe the bug
When using
--check-chain, and there is indeed a root cert present, this will raise aCRITICAL.To Reproduce
Expected behavior
Having an additional root cert will almost never cause real problems for browsers. So it would seem more appropriate to have this emit a
WARNING.