Blame SOURCES/0014-ureport.conf-turn-on-SSL-auth-with-RHSM-cert.patch

4b6aa8
From e7aabc7d2db6b3178286f4226bd179316488a8d2 Mon Sep 17 00:00:00 2001
4b6aa8
From: Martin Milata <mmilata@redhat.com>
4b6aa8
Date: Wed, 22 Jan 2014 15:30:50 +0100
4b6aa8
Subject: [LIBREPORT PATCH 14/14] ureport.conf: turn on SSL auth with RHSM cert
4b6aa8
4b6aa8
Related to rhbz#1053042
4b6aa8
4b6aa8
Signed-off-by: Martin Milata <mmilata@redhat.com>
4b6aa8
---
4b6aa8
 src/plugins/ureport.conf | 2 +-
4b6aa8
 1 file changed, 1 insertion(+), 1 deletion(-)
4b6aa8
4b6aa8
diff --git a/src/plugins/ureport.conf b/src/plugins/ureport.conf
4b6aa8
index 13b6386..407fbca 100644
4b6aa8
--- a/src/plugins/ureport.conf
4b6aa8
+++ b/src/plugins/ureport.conf
4b6aa8
@@ -11,7 +11,7 @@ URL = http://bug-report.itos.redhat.com
4b6aa8
 # None (default):
4b6aa8
 # SSLClientAuth =
4b6aa8
 # Using RH subscription management certificate:
4b6aa8
-# SSLClientAuth = rhsm
4b6aa8
+SSLClientAuth = rhsm
4b6aa8
 # Using Puppet certificate:
4b6aa8
 # SSLClientAuth = puppet
4b6aa8
 # Using custom certificate:
4b6aa8
-- 
4b6aa8
1.8.3.1
4b6aa8