We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bacce4 + 404d40c commit bd31048Copy full SHA for bd31048
1 file changed
testssl.sh
@@ -8791,7 +8791,6 @@ certificate_info() {
8791
# Shortcut for this special case here. There is a difference between not being in a root store and being removed from a root store.
8792
pr_italic "$issuer_O"; out " is " ; prln_svrty_critical "actively removed from one or more root stores (NOT ok)"
8793
fileout "${jsonID}${json_postfix}" "CRITICAL" "Issuer removed from one or more root stores ($issuer_O)"
8794
- set_grade_cap "T" "Untrusted certificate chain"
8795
else
8796
# Also handles fileout, keep error if happened
8797
determine_trust "$jsonID" "$json_postfix" || ((ret++))
0 commit comments