Bug 1756568
| Summary: | ipa-server-certinstall man page does not match built-in help. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Eugene Kanter <ekanter> |
| Component: | ipa | Assignee: | Florence Blanc-Renaud <frenaud> |
| Status: | CLOSED ERRATA | QA Contact: | ipa-qe <ipa-qe> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.7 | CC: | fcami, myusuf, pcech, rcritten, ssidhaye, tscherf |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | ipa-4.6.6-12.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-09-29 19:58:29 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
Eugene Kanter
2019-09-28 04:00:28 UTC
The man page does not list: --version -h, --help -p DIRMAN_PASSWD (but list the long name --dirman-password) -v, --verbose -q, --quiet --log-file=FILE Upstream ticket: https://pagure.io/freeipa/issue/8086 Fixed upstream master: https://pagure.io/freeipa/c/0fc8562b248b13a125d5bda8f0f2964d50dcc08c Fixed upstream ipa-4-8: https://pagure.io/freeipa/c/94b4c25b446ab1fc8ba4277552ed635892536c6f ipa-4-7: https://pagure.io/freeipa/c/5448797ee8a0d1e83599a58bb1b0b8257a9ff35a ipa-4-6: https://pagure.io/freeipa/c/ddc00468b74b170721c1769029f771e163621c70 RHEL-7.8 is already near the end of a Development Phase and development is being wrapped up. This bug is being moved to RHEL 7.9. If you believe this particular bug should be reconsidered for 7.8, please let us know. ~~~~
old:
~~~~
version: ipa-server-4.6.6-11.el7
[root@master ~]# ipa-server-certinstall --help
Usage: ipa-server-certinstall <-d|-w|-k> [options] <file> ...
Install new SSL server certificates.
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-d, --dirsrv install certificate for the directory server
-w, --http install certificate for the http server
-k, --kdc install PKINIT certificate for the KDC
--pin=PIN The password of the PKCS#12 file
--cert-name=NAME Name of the certificate to install
-p DIRMAN_PASSWORD, --dirman-password=DIRMAN_PASSWORD
Directory Manager password
Logging and output options:
-v, --verbose print debugging information
-q, --quiet output only errors
--log-file=FILE log to the given file
[root@master ~]# man ipa-server-certinstall
[..]
OPTIONS
-d, --dirsrv
Install the certificate on the Directory Server
-w, --http
Install the certificate in the Apache Web Server
-k, --kdc
Install the certificate in the Kerberos KDC
--pin=PIN
The password to unlock the private key
--cert-name=NAME
Name of the certificate to install
--dirman-password=DIRMAN_PASSWORD
Directory Manager password
[..]
~~~~
Fix:
~~~~
version : ipa-server-4.6.8-1.el7
[root@master ~]# ipa-server-certinstall --help
Usage: ipa-server-certinstall <-d|-w|-k> [options] <file> ...
Install new SSL server certificates.
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-d, --dirsrv install certificate for the directory server
-w, --http install certificate for the http server
-k, --kdc install PKINIT certificate for the KDC
--pin=PIN The password of the PKCS#12 file
--cert-name=NAME Name of the certificate to install
-p DIRMAN_PASSWORD, --dirman-password=DIRMAN_PASSWORD
Directory Manager password
Logging and output options:
-v, --verbose print debugging information
-q, --quiet output only errors
--log-file=FILE log to the given file
[root@master ~]# man ipa-server-certinstall
[..]
-p, --dirman-password=DIRMAN_PASSWORD
Directory Manager password
--version
Show the program's version and exit
-h, --help
Show the help for this program
-v, --verbose
Print debugging information
-q, --quiet
Output only errors
--log-file=FILE
Log to the given file
[..]
man page list the options properly. Hence marking the bug as verified.
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 (Moderate: ipa security, bug fix, and enhancement update), 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-2020:3936 |