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

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