This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
abrt-addon-python3/0169-doc-add-example-into-the-abrt-auto-reporting-man-pag.patch
Matej Habrnal 69165ba9cc Introduce abrt-addon-python3 package
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
2017-07-04 09:22:28 +02:00

36 lines
1 KiB
Diff

From 28f7def4bf579cf49b847301fcbf761b2a2ea8c8 Mon Sep 17 00:00:00 2001
From: Matej Habrnal <mhabrnal@redhat.com>
Date: Fri, 4 Sep 2015 10:06:16 +0200
Subject: [PATCH] doc: add example into the abrt-auto-reporting man page
Add example how to turn on the authentication using rhsm consumer certificate.
Related to rhbz#1223805
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
---
doc/abrt-auto-reporting-authenticated.txt | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/abrt-auto-reporting-authenticated.txt b/doc/abrt-auto-reporting-authenticated.txt
index 2a27945..de3302d 100644
--- a/doc/abrt-auto-reporting-authenticated.txt
+++ b/doc/abrt-auto-reporting-authenticated.txt
@@ -97,6 +97,14 @@ OPTIONS
Also turns the HTTP Authentication off, because these methods cannot
be used together.
+EXAMPLES
+--------
+Turn on the authentication using rhsm consumer certificate:
+
+------------
+# abrt-auto-reporting enabled --certificate rhsm
+------------
+
SEE ALSO
--------
abrt.conf(5), ureport.conf(5), rhtsupport.conf(5)
--
2.4.3