aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/extract_certificates.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extract_certificates.py b/src/extract_certificates.py
index 1c08b75c..e703e599 100644
--- a/src/extract_certificates.py
+++ b/src/extract_certificates.py
@@ -1128,7 +1128,7 @@ def extract_certificates_keywords(walk_dir, fragments_dir, file_prefix, write_ou
file_cert_name = os.path.splitext(
os.path.splitext(os.path.basename(file_name))[0])[0]
# parse certificate, return all matches
- all_items_found[file_cert_name], modified_cert_file = parse_cert_file(
+ all_items_found[file_name], modified_cert_file = parse_cert_file(
file_name, fips_rules if fips_items else rules, -1, should_censure_right_away=should_censure_right_away,
fips_items=fips_items)