Bug 1466073
| Summary: | subsystem-cert-update command lacks --cert option | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Matthew Harmsen <mharmsen> | |
| Component: | pki-core | Assignee: | RHCS Maintainers <rhcs-maint> | |
| Status: | CLOSED ERRATA | QA Contact: | Asha Akkiangady <aakkiang> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | urgent | |||
| Version: | 7.4 | CC: | akahat, arubin, edewata, mharmsen, msauton | |
| Target Milestone: | rc | Keywords: | ZStream | |
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | No Doc Update | ||
| Doc Text: |
If this bug requires documentation, please select an appropriate Doc Type value.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1469437 1487225 (view as bug list) | Environment: | ||
| Last Closed: | 2018-04-10 17:00:07 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1469437 | |||
|
Description
Matthew Harmsen
2017-06-29 00:00:46 UTC
I tested this on the PKI 10.5.1-5.el7 version. I used following steps to verify this bug: Upgrading subsystem certificate. 1. pki -d /opt/pki/certdb/ -c Secret123 -p 20080 ca-cert-request-submit --profile caManualRenewal --serial 0x4 --renewal 2. pki -d /opt/pki/certdb/ -c Secret123 -p 20080 -n "PKI CA Administrator for Example.Org" ca-cert-request-review --action approve <request_id> 3. pki -d /opt/pki/certdb/ -c Secret123 -p 20080 cert-show <cert_id> --output subsystem_cert.crt 4. pki-server subsystem-cert-update ca subsystem -i topology-02-CA --cert subsystem_cert.crt 5. certutil -L -d /var/lib/pki/topology-02-CA/alias/ -n "subsystemCert cert-topology-02-CA" # For verification of subsystem cert is updated in the database. Restart the instance. If the instance is started successfully then the certificate is updated successfully. Verifying this bug. 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-2018:0925 |