From ec44e78253f5d3f59a09bb6ca60211881a033484 Mon Sep 17 00:00:00 2001 From: TheraNinjaCat <23611633+TheraNinjaCat@users.noreply.github.com> Date: Wed, 10 Jun 2026 11:14:46 +1200 Subject: [PATCH] Fixed 'cert_trust_wildcard' identifier when multiple certificates are present. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 526605bdc..4383bf291 100755 --- a/testssl.sh +++ b/testssl.sh @@ -10002,7 +10002,7 @@ certificate_info() { out "${spaces}" pr_svrty_low "wildcard certificate" ; outln " could be problematic, see other hosts at" outln "${spaces}https://search.censys.io/search?resource=hosts&virtual_hosts=INCLUDE&q=$cert_fingerprint_sha2" - fileout "cert_trust${json_postfix}_wildcard" "LOW" "trust is via wildcard" + fileout "cert_trust_wildcard${json_postfix}" "LOW" "trust is via wildcard" fi