Bug 1128986
| Summary: | [x509]Missing "--ssl-client-key-file" option in the help message of 'rhc server add/configure' | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Gaoyun Pei <gpei> |
| Component: | oc | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.2.0 | CC: | adellape, bleanhar, jokerman, libra-onpremise-devel, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rhc-1.29.3.1-1.el6op | Doc Type: | Bug Fix |
| Doc Text: |
The --ssl-client-key-file option was missing in the --help output for the 'rhc server add' and 'rhc server configure' commands. This bug fix updates the --help output for these rhc commands, and the option is now shown as expected.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-08-26 13:53:11 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
Gaoyun Pei
2014-08-12 03:13:48 UTC
Commit pushed to master at https://github.com/openshift/rhc https://github.com/openshift/rhc/commit/329e0f70227255ef924840d5280796b6ced85488 Bug 1128986 - Missing "--ssl-client-key-file" option in the help message of 'rhc server add/configure' Verify this bug with rhc-1.29.3.1-1.el6op.noarch.
# rhc server add -h
# rhc server configure -h
Options
...
--ssl-ca-file FILE An SSL certificate CA file (may contain multiple certs) to be used
on this server
--ssl-client-cert-file An SSL x509 client certificate file to be used on this server
FILE
--ssl-client-key-file An RSA client certificate key
FILE
...
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. http://rhn.redhat.com/errata/RHBA-2014-1095.html |