Bug 1458429
Summary: | client-cert-import --ca-cert should import CA cert with trust bits "CT,C,C" | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Roshni <rpattath> |
Component: | pki-core | Assignee: | Endi Sukma Dewata <edewata> |
Status: | CLOSED ERRATA | QA Contact: | Asha Akkiangady <aakkiang> |
Severity: | unspecified | Docs Contact: | Petr Bokoc <pbokoc> |
Priority: | unspecified | ||
Version: | 7.4 | CC: | akahat, edewata, mharmsen, pbokoc |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | pki-core-10.4.1-8.el7 | Doc Type: | Bug Fix |
Doc Text: |
CA certificates are now imported with correct trust flags
Previously, the "pki client-cert-import" command imported CA certificates with `CT,c,` trust flags, which was insufficient and inconsistent with other PKI tools. With this update, the command has been fixed and now sets the trust flags for CA certificates to `CT,C,C`.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-08-01 22:52:53 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Roshni
2017-06-02 20:24:16 UTC
[root@nocp1 slapd-pki-ca-Jun12-LDAP]# rpm -qi pki-ca Name : pki-ca Version : 10.4.1 Release : 8.el7 Architecture: noarch Install Date: Thu 08 Jun 2017 01:35:57 AM EDT Group : System Environment/Daemons Size : 2308437 License : GPLv2 Signature : (none) Source RPM : pki-core-10.4.1-8.el7.src.rpm Build Date : Thu 08 Jun 2017 12:46:20 AM EDT Build Host : nocp1.idm.lab.eng.rdu2.redhat.com Relocations : (not relocatable) URL : http://pki.fedoraproject.org/ Summary : Certificate System - Certificate Authority [root@nocp1 slapd-pki-ca-Jun12-LDAP]# pki -d . -C password.txt client-cert-import "CA Certificate" --ca-cert ca.crt ------------------------------------- Imported certificate "CA Certificate" ------------------------------------- [root@nocp1 slapd-pki-ca-Jun12-LDAP]# certutil -L -d . Certificate Nickname Trust Attributes SSL,S/MIME,JAR/XPI CA Certificate CT,C,C Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:2110 |