Skip to content

Commit f3fa9f7

Browse files
committed
[cleaner] ignores hostnames in SSL certificates
Signed-off-by: Pablo Fernández Rodríguez <pafernan@redhat.com>
1 parent 3e9803e commit f3fa9f7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sos/cleaner/archives/sos.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ def get_nested_archives(self):
7070
arc_name = os.path.join(_path, fname)
7171
if 'sosreport-' in fname and tarfile.is_tarfile(arc_name):
7272
archives.append(SoSReportArchive(arc_name, self.tmpdir,
73-
self.keep_binary_files))
73+
self.keep_binary_files,
74+
self.treat_certificates))
7475
return archives
7576

7677

0 commit comments

Comments
 (0)