33 lines
981 B
Diff
33 lines
981 B
Diff
From fb554038d9bc692d99fbd6eace61979dc48a8b93 Mon Sep 17 00:00:00 2001
|
|
From: Jakub Filak <jfilak@redhat.com>
|
|
Date: Mon, 3 Nov 2014 15:51:32 +0100
|
|
Subject: [PATCH] ureport: use 'rhsm' ssl client auth by default
|
|
|
|
libreport used to be configured to use 'rhsm' by default and I (Jakub
|
|
Filak <jfilak@redhat.com>) inappropriately changed it to no ssl
|
|
client auth in commit 4f61f5d9eec75e471c8176dac0c21f4361e40ee6
|
|
|
|
Related to rhbz#1140224
|
|
|
|
Signed-off-by: Jakub Filak <jfilak@redhat.com>
|
|
---
|
|
src/plugins/ureport.conf | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/plugins/ureport.conf b/src/plugins/ureport.conf
|
|
index da00990..75c4893 100644
|
|
--- a/src/plugins/ureport.conf
|
|
+++ b/src/plugins/ureport.conf
|
|
@@ -23,7 +23,7 @@
|
|
# None (default):
|
|
# SSLClientAuth =
|
|
# Using RH subscription management entitlement certificate:
|
|
-# SSLClientAuth = rhsm
|
|
+SSLClientAuth = rhsm
|
|
# Using Puppet certificate:
|
|
# SSLClientAuth = puppet
|
|
# Using custom certificate:
|
|
--
|
|
2.1.0
|
|
|