Bug 652049
Summary: | No output from ipa-getcert list | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Dmitri Pal <dpal> | |
Component: | certmonger | Assignee: | Nalin Dahyabhai <nalin> | |
Status: | CLOSED ERRATA | QA Contact: | Jenny Severance <jgalipea> | |
Severity: | low | Docs Contact: | ||
Priority: | low | |||
Version: | 6.1 | CC: | jgalipea, ksiddiqu | |
Target Milestone: | rc | |||
Target Release: | --- | |||
Hardware: | All | |||
OS: | All | |||
Whiteboard: | ||||
Fixed In Version: | certmonger-0.34-1.el6 | Doc Type: | Bug Fix | |
Doc Text: |
Prior to this update, the ipa-getcert list command did not return any output if certmonger was not tracking any certificates. With this update, the command returns a message that the certificate list is empty.
|
Story Points: | --- | |
Clone Of: | ||||
: | 681642 (view as bug list) | Environment: | ||
Last Closed: | 2011-05-19 13:07:17 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 681642 |
Description
Dmitri Pal
2010-11-10 21:40:53 UTC
Fixed in upstream repository, targeting 0.34 release. Verified RHEL version: [root@localhost ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.1 Beta (Santiago) Certmonger version: [root@localhost ~]# rpm -qi certmonger | head Name : certmonger Relocations: (not relocatable) Version : 0.34 Vendor: Red Hat, Inc. Release : 1.el6 Build Date: Fri 14 Jan 2011 08:30:16 PM IST Install Date: Wed 09 Mar 2011 05:25:48 PM IST Build Host: x86-004.build.bos.redhat.com Group : System Environment/Daemons Source RPM: certmonger-0.34-1.el6.src.rpm Size : 683642 License: GPLv3+ Signature : (none) Packager : Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> URL : http://certmonger.fedorahosted.org Summary : Certificate status monitor and PKI enrollment client Steps used to verify: (1)install and configure ipa-server with default values(it will also install certmonger since it is a dependency) #yum install ipa-server ipa-client ipa-admintools bind caching-nameserver expect krb5-workstation bind-dyndb-ldap ntpdate krb5-pkinit-openssl #ipa-server-install -N --setup-dns (accept all default values and proceed) (2)started certmonger service #service certmonger start (3)issued a certificate #ipa-getcert request -f /tmp/kaleem/server.crt -k /tmp/kaleem/server.key (4)stopped tracking of above issued certificate by certmonger #ipa-getcert stop-tracking -i request-number (5)ran command #ipa-getcert list "Number of certificates and requests being tracked: 0" Results: Now ipa-getcert list shows following message instead of empty message when its not tracking any certificate. "Number of certificates and requests being tracked: 0" Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Prior to this update, the ipa-getcert list command did not return any output if certmonger was not tracking any certificates. With this update, the command returns a message that the certificate list is empty. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0570.html |