Skip to content

Commit

Permalink
Merge pull request #574 from 4elta/patch-1
Browse files Browse the repository at this point in the history
correct typographical error
  • Loading branch information
nabla-c0d3 authored Jul 29, 2022
2 parents 059a9cb + a577aaa commit 820765d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sslyze/mozilla_tls_profile/mozilla_config_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def _check_certificates(
if not cert_deployment.verified_certificate_chain:
issues_with_certificates[
"certificate_path_validation"
] = f"Certificate not path validation failed for {leaf_cert.subject.rfc4514_string()}."
] = f"Certificate path validation failed for {leaf_cert.subject.rfc4514_string()}."

# Validate the public key
public_key = leaf_cert.public_key()
Expand Down

0 comments on commit 820765d

Please sign in to comment.