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 1557880 - [MAN] Missing Man pages for tools CMCRequest, CMCResponse, CMCSharedToken [rhel-7.5.z]
Summary: [MAN] Missing Man pages for tools CMCRequest, CMCResponse, CMCSharedToken [rh...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: pki-core
Version: 7.5
Hardware: All
OS: Linux
urgent
urgent
Target Milestone: rc
: ---
Assignee: Christina Fu
QA Contact: Asha Akkiangady
URL:
Whiteboard:
: 1567888 (view as bug list)
Depends On: 1545388
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-03-19 07:31 UTC by Oneata Mircea Teodor
Modified: 2023-09-15 01:26 UTC (History)
6 users (show)

Fixed In Version: pki-core-10.5.1-11.el7
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of: 1545388
: 1570916 (view as bug list)
Environment:
Last Closed: 2018-06-26 16:47:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2018:1979 0 None None None 2018-06-26 16:48:27 UTC

Description Oneata Mircea Teodor 2018-03-19 07:31:07 UTC
This bug has been copied from bug #1545388 and has been proposed to be backported to 7.5 z-stream (EUS).

Comment 2 Christina Fu 2018-03-20 02:12:11 UTC
cherry-picked:

commit f188db9cc3c9775621755bcb37cc8de5832a3560 (HEAD -> DOGTAG_10_5_BRANCH, origin/DOGTAG_10_5_BRANCH, ticket-2940-manCMC_10_5)
Author: Christina Fu <cfu>
Date:   Mon Mar 19 14:05:14 2018 -0700

    Ticket #2940 pki-core.spec change only.
    
    Change-Id: Id95f94e40f8d258eda7ded6fb17e88d6c3ae22c3

commit 08ac412c0a724b88817038e89563f928cc522357 (gerrit/DOGTAG_10_5_BRANCH)
Author: Christina Fu <cfu>
Date:   Mon Feb 26 13:16:01 2018 -0800

    Ticket #2940 [MAN] Missing Man pages for tools CMCRequest, CMCResponse, CMCSharedToken, and CMCRevoke
    
    This patch adds man pages for CMCRequest, CMCResponse, and CMCSharedToken.
    In addition, the usage in CMCResponse has been enhanced to include a
    verbose mode which will output certs in Base64 encoding individually.
    A "note" has been added to CMCRevoke --help to direct users to CMCRequest
    for better usability. The man page for CMCRevoke is intentionaly left out
    for this reason.
    
    The URL in CMCRequest.1 is a placeholder for the follow-up patch.  It will
    be replaced once the examples are complete.
    
    This patch addresses https://pagure.io/dogtagpki/issue/2940
    
    Change-Id: Id1df31a29207a0d12d50b7a3b959a3abcd9748d0
    (cherry picked from commit 1597b5bc09b39f7ee248e9f7ef5da55c8846a1c0)

Comment 4 Matthew Harmsen 2018-04-05 22:24:08 UTC
commit 08c6684dfbabb53ab9301e33e2b40389b93f18bc
Author: Christina Fu <cfu>
Date:   Mon Mar 26 10:09:42 2018 -0700

    reflect dogtagpki url change in CMCRequest man page.
    
    Change-Id: I8eb5884a26850b87f378c4417939c873c27fd409
    (cherry picked from commit 3ce3ae9bd73a906beb0254a7488b15e11ddcf905)

Comment 5 Matthew Harmsen 2018-04-05 22:35:15 UTC
commit fbd5122bd3e7ffe3632406f006630e2ddbc41907
Author: Christina Fu <cfu>
Date:   Mon Mar 26 10:09:42 2018 -0700

    reflect dogtagpki url change in CMCRequest man page.
    
    Change-Id: I8eb5884a26850b87f378c4417939c873c27fd409
    (cherry picked from commit 3ce3ae9bd73a906beb0254a7488b15e11ddcf905)
    (cherry picked from commit 08c6684dfbabb53ab9301e33e2b40389b93f18bc)

Comment 6 Matthew Harmsen 2018-04-16 21:13:35 UTC
*** Bug 1567888 has been marked as a duplicate of this bug. ***

Comment 7 Matthew Harmsen 2018-04-16 21:15:02 UTC
Typo found:

The man page of CMCSharedToken says in the "Options" section:

> -p <password>
>    Security token password.
>
> -p <passphrase>
>    CMC enrollment passphrase (shared secret) (put in "" if containing spaces)

According to the example in the man page, the second "-p" (for the CMC enrollment passphrase) needs to be changed into "-s".

Moving Bug state back to ASSIGNED.

Comment 8 Christina Fu 2018-04-17 16:20:41 UTC
This check-in fixes the typos found by mmuehlfe in https://bugzilla.redhat.com/show_bug.cgi?id=1567888
---

commit 7ed0b12aa3bc9a04acd417fc0757500d585c57e8 (HEAD -> DOGTAG_10_5_BRANCH, origin/DOGTAG_10_5_BRANCH)
Author: Christina Fu <cfu>
Date:   Mon Apr 16 14:28:39 2018 -0700

    Ticket #2940 post-ticket simple typo fix.
    
    Change-Id: I98558f607cb611981bcafd42d6500fd26a9664be
    (cherry picked from commit 2e299050016094c4ab9b739bc68a27787d8aadb4)

Comment 9 Matthew Harmsen 2018-04-23 16:38:06 UTC
Moving back bug from MODIFIED to POST, as packages have not yet been rebuilt to obtain this patch.

Comment 10 Matthew Harmsen 2018-04-23 18:10:41 UTC
(In reply to Christina Fu from comment #8)
> This check-in fixes the typos found by mmuehlfe in
> https://bugzilla.redhat.com/show_bug.cgi?id=1567888
> ---
> 
> commit 7ed0b12aa3bc9a04acd417fc0757500d585c57e8 (HEAD -> DOGTAG_10_5_BRANCH,
> origin/DOGTAG_10_5_BRANCH)
> Author: Christina Fu <cfu>
> Date:   Mon Apr 16 14:28:39 2018 -0700
> 
>     Ticket #2940 post-ticket simple typo fix.
>     
>     Change-Id: I98558f607cb611981bcafd42d6500fd26a9664be
>     (cherry picked from commit 2e299050016094c4ab9b739bc68a27787d8aadb4)

After speaking with QE, it was determined that this fix would not be included until RHEL 7.5.z Batch Update 2, and thus the original RHEL 7.6 bug that this RHEL 7.5.z bug was cloned from (https://bugzilla.redhat.com/show_bug.cgi?id=1545388) was itself cloned to https://bugzilla.redhat.com/show_bug.cgi?id=1570916.

Comment 11 Geetika Kapoor 2018-05-02 13:10:09 UTC
There could be some changes needed in terms of ECC in the man pages.Working on ECC setup's right now.

Comment 12 Geetika Kapoor 2018-06-12 09:40:57 UTC
There is no support for ecc in CMCSharedToken. So ecc is never included in man page and is never tested.

CMCResponse:

Man page suggest : 

-d <path>
              Path of directory to the NSS database. This option is required.

But without specifying "-d" in cli , it shows the cert.So i think "-d" can be treated as optional.

# CMCResponse  -i cmc.sys_subca_pkcs10.resp
Certificates: 
    Certificate: 
        Data: 
            Version:  v3
            Serial Number: 0x5D0C698
            Signature Algorithm: SHA384withEC - 1.2.840.10045.4.3.3
            Issuer: CN=CA Signing Certificate,OU=gkapoor_RHCS75_update2_ecc,O=Example-rhcs92-CA-ecc
            Validity: 
                Not Before: Friday, May 25, 2018 6:33:27 AM EDT America/New_York
                Not  After: Tuesday, May 25, 2038 6:33:27 AM EDT America/New_York
            Subject: CN=CA Signing Certificate,OU=gkapoor_RHCS75_update2_ecc,O=Example-rhcs92-CA-ecc
            Subject Public Key Info: 
                Algorithm: EC - 1.2.840.10045.2.1

Comment 13 Geetika Kapoor 2018-06-13 17:13:44 UTC
Closing this bug as "verified".raised another bug for behavior observed in comment#12.

https://bugzilla.redhat.com/show_bug.cgi?id=1590942

Comment 15 Matthew Harmsen 2018-06-26 00:59:06 UTC
Test Procedure:

Verify man pages are correct.

Comment 16 errata-xmlrpc 2018-06-26 16:47:58 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/RHSA-2018:1979

Comment 18 Red Hat Bugzilla 2023-09-15 01:26:58 UTC
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 365 days


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