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 1871188 - HealthCheck for KRA certs failed.
Summary: HealthCheck for KRA certs failed.
Keywords:
Status: CLOSED DUPLICATE of bug 1869893
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: pki-core
Version: 8.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: RHCS Maintainers
QA Contact: PKI QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-08-21 14:16 UTC by Kaleem
Modified: 2020-08-21 15:38 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-08-21 15:33:12 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Kaleem 2020-08-21 14:16:37 UTC
Description of problem:

healthcheck for KRA sslserver/subsystem certs failing.

[root@master ~]# ipa-healthcheck --output-type json --failures-only
[
  {
    "source": "pki.server.healthcheck.meta.csconfig",
    "check": "KRADogtagCertsConfigCheck",
    "result": "ERROR",
    "uuid": "b7fdb770-6c7d-4275-ab9a-6a928ce5966a",
    "when": "20200821131201Z",
    "duration": "0.053942",
    "kw": {
      "key": "kra_sslserver",
      "nickname": "Server-Cert cert-pki-ca",
      "directive": "kra.sslserver.cert",
      "configfile": "/var/lib/pki/pki-tomcat/kra/conf/CS.cfg",
      "msg": "Certificate 'Server-Cert cert-pki-ca' does not match the value of kra.sslserver.cert in /var/lib/pki/pki-tomcat/kra/conf/CS.cfg"
    }
  },
  {
    "source": "pki.server.healthcheck.meta.csconfig",
    "check": "KRADogtagCertsConfigCheck",
    "result": "ERROR",
    "uuid": "c5c9a5c0-9972-4dd6-a879-1ecd22284398",
    "when": "20200821131201Z",
    "duration": "0.099739",
    "kw": {
      "key": "kra_subsystem",
      "nickname": "subsystemCert cert-pki-ca",
      "directive": "kra.subsystem.cert",
      "configfile": "/var/lib/pki/pki-tomcat/kra/conf/CS.cfg",
      "msg": "Certificate 'subsystemCert cert-pki-ca' does not match the value of kra.subsystem.cert in /var/lib/pki/pki-tomcat/kra/conf/CS.cfg"
    }
  }
]
[root@master ~]# 

Version-Release number of selected component (if applicable):
[root@master ~]# rpm -q ipa-server ipa-healthcheck
ipa-server-4.8.7-9.module+el8.3.0+7664+fa35cfe6.x86_64
ipa-healthcheck-0.4-4.module+el8.2.0+5489+95477d9f.noarch
[root@master ~]#

How reproducible:
Always

Steps to Reproduce:
1. Install KAR on IPA Server.
2. Run ipa-healthcheck 
3.

Actual results:
Checks for KRA certs failed

Expected results:
Checks for KRA certs should not fail

Additional info:

Comment 1 Dinesh Prasanth 2020-08-21 15:33:12 UTC

*** This bug has been marked as a duplicate of bug 1869893 ***

Comment 2 Dinesh Prasanth 2020-08-21 15:38:26 UTC
There is a side effect of some recent change that is preventing from
storing the value of certs in KRA's CS.cfg... This was an unintended 
change. So, the pki-healthcheck is correctly reporting the error. We
made some initial investigation on this and reported it in the related
BZ #1869893. Marking this as a DUPLICATE.


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