RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 948751 - Certificate version displayed on facts list is different from that displayed in entitlement cert
Summary: Certificate version displayed on facts list is different from that displayed ...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: subscription-manager
Version: 7.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: candlepin-bugs
QA Contact: IDM QE LIST
URL:
Whiteboard:
Depends On:
Blocks: rhsm-rhel70
TreeView+ depends on / blocked
 
Reported: 2013-04-05 10:26 UTC by Shwetha Kallesh
Modified: 2013-06-05 11:52 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-06-05 11:52:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Shwetha Kallesh 2013-04-05 10:26:21 UTC
Description of problem:
Certificate version displayed on facts list is different from that displayed in entitlement cert 

Version-Release number of selected component (if applicable):

[root@localhost entitlement]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 0.8.1-1
subscription-manager: 1.8.5-1.el7
python-rhsm: 1.8.8-1.el7

How reproducible:


Steps to Reproduce:
1.[root@localhost entitlement]# rct cat-cert 1536757904155944282.pem

+-------------------------------------------+
	Entitlement Certificate
+-------------------------------------------+

Certificate:
	Path: 1536757904155944282.pem
	Version: 3.2
	Serial: 1536757904155944282
	Start Date: 2013-04-03 00:00:00+00:00
	End Date: 2014-04-03 00:00:00+00:00
	Pool ID: 8ac6818a3dceb571013dceb6b1690597

Subject:
	CN: 8ac6818a3dd8eb18013dd9237fd60d2e

Product:
	ID: 37080
	Name: Awesome OS Modifier Bits
	Version: 6.1
	Arch: ALL
	Tags: 

2.[root@localhost entitlement]# subscription-manager facts --list | grep certificate
system.certificate_version: 3.1


3.
  
Actual results:
certificate version on facts list is 3.1

Expected results:
certificate version on facts list to be 3.2

Additional info:

Comment 1 William Poteat 2013-06-05 11:52:35 UTC
The certificate version must be >= the version in the facts. 

The client will report the version it knows about as the fact. It is an intrinsic property of the Subscription Manager code version. It does not change with the certificates it receives.


Note You need to log in before you can comment on or make changes to this bug.