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 1456597 - Certificate import using pki client-cert-import is asking for password when already provided
Summary: Certificate import using pki client-cert-import is asking for password when a...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pki-core
Version: 7.4
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Endi Sukma Dewata
QA Contact: Asha Akkiangady
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-05-29 18:38 UTC by Asha Akkiangady
Modified: 2020-10-04 21:31 UTC (History)
2 users (show)

Fixed In Version: pki-core-10.4.1-8.el7
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2017-08-01 22:52:53 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github dogtagpki pki issues 2837 0 None None None 2020-10-04 21:31:11 UTC
Red Hat Product Errata RHBA-2017:2110 0 normal SHIPPED_LIVE pki-core bug fix and enhancement update 2017-08-01 19:36:59 UTC

Description Asha Akkiangady 2017-05-29 18:38:51 UTC
Description of problem:
Certificate import using pki client-cert-import is asking for nss db password when its provided in a file or command line.

Version-Release number of selected component (if applicable):
pki-base-10.4.1-6.el7
pki-tools-10.4.1-6.el7

How reproducible:


Steps to Reproduce:
#  pki -d /etc/dirsrv/slapd-CC-NonTMS-LDAP -C /etc/dirsrv/slapd-CC-NonTMS-LDAP/password.txt  client-cert-import "CA Certificate" --ca-cert /etc/dirsrv/slapd-CC-NonTMS-LDAP/ca.crt
Enter Password or Pin for "NSS FIPS 140-2 Certificate DB":
-------------------------------------
Imported certificate "CA Certificate"
-------------------------------------

# pki -d /etc/dirsrv/slapd-CC-NonTMS-LDAP -C /etc/dirsrv/slapd-CC-NonTMS-LDAP/password.txt  client-cert-import "DS Certificate" --cert /etc/dirsrv/slapd-CC-NonTMS-LDAP/ds.crt
Enter Password or Pin for "NSS FIPS 140-2 Certificate DB":
-------------------------------------
Imported certificate "DS Certificate"
-------------------------------------


Actual results:
Passwords are requested even when its already provided in -c or -C parameter. 

Expected results:
Password should be accepted from -c or -C parameter.

Additional info:

Comment 4 Asha Akkiangady 2017-06-14 16:05:49 UTC
Tested in version: pki-tools-10.4.1-9.el7.x86_64
Certificates successfully got imported with the password provided in -c or -C parameters.

# pki -d /etc/dirsrv/slapd-CC-NonTMS-LDAP -C /etc/dirsrv/slapd-CC-NonTMS-LDAP/password.txt  client-cert-import "CA Certificate" --ca-cert /etc/dirsrv/slapd-CC-NonTMS-LDAP/ca.crt
-------------------------------------
Imported certificate "CA Certificate"
-------------------------------------
[root@nocp11 aakkiang]# pki -d /etc/dirsrv/slapd-CC-NonTMS-LDAP -C /etc/dirsrv/slapd-CC-NonTMS-LDAP/password.txt  client-cert-import "DS Certificate" --cert /etc/dirsrv/slapd-CC-NonTMS-LDAP/ds.crt
-------------------------------------
Imported certificate "DS Certificate"
-------------------------------------

# pki -d /etc/dirsrv/slapd-CC-NonTMS-LDAP -c "SECret.123" client-cert-import  "Test Certificate" --cert /etc/dirsrv/slapd-CC-NonTMS-LDAP/testcert.crt 
---------------------------------------
Imported certificate "Test Certificate"
---------------------------------------

# certutil -L -d /etc/dirsrv/slapd-CC-NonTMS-LDAP

Certificate Nickname                                         Trust Attributes
                                                             SSL,S/MIME,JAR/XPI

CA Certificate                                               CT,C,C
DS Certificate                                               u,u,u
Test Certificate                                             u,u,u

Marking the bug verified.

Comment 5 errata-xmlrpc 2017-08-01 22:52:53 UTC
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


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