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

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