diff --git a/bin/katello-certs-check b/bin/katello-certs-check index 82f56856..680851be 100755 --- a/bin/katello-certs-check +++ b/bin/katello-certs-check @@ -210,15 +210,9 @@ function check-cert-san () { return fi done - error - echo "The $CERT_FILE does not have a Subject Alt Name matching the Subject CN" + error 11 "The $CERT_FILE does not have a Subject Alt Name matching the Subject CN" else - error - cat <