aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sos/plugins/general.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/general.py b/sos/plugins/general.py
index ff55f8d9..004c49bf 100644
--- a/sos/plugins/general.py
+++ b/sos/plugins/general.py
@@ -58,6 +58,7 @@ class general(sos.plugintools.PluginBase):
self.addCopySpec("/etc/pki/entitlement/*.pem")
self.addCopySpec("/etc/rhsm/")
self.addForbiddenPath("/etc/pki/entitlement/key.pem")
+ self.addForbiddenPath("/etc/pki/entitlement/*-key.pem")
if self.getOption('all_logs'):
if rhelver == 5 or rhelver == 4: