We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3c7eb4 + a9103fd commit 0a8dd68Copy full SHA for 0a8dd68
testssl.sh
@@ -7619,7 +7619,7 @@ determine_trust() {
7619
ca_bundles="$CA_BUNDLES_PATH/*.pem"
7620
fi
7621
for bundle_fname in $ca_bundles; do
7622
- certificate_file[i]=$(basename ${bundle_fname//.pem})
+ certificate_file[i]=$(basename ${bundle_fname//.pem} 2>/dev/null)
7623
if [[ ! -r $bundle_fname ]]; then
7624
prln_warning "\"$bundle_fname\" cannot be found / not readable"
7625
return 1
0 commit comments