Bug 1414537
| Summary: | [3.4] Node certificate serials are not unique | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Andrew Butcher <abutcher> | |
| Component: | Installer | Assignee: | Andrew Butcher <abutcher> | |
| Status: | CLOSED ERRATA | QA Contact: | Gaoyun Pei <gpei> | |
| Severity: | urgent | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.4.0 | CC: | aos-bugs, jialiu, jokerman, mmccomas | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1414542 1414570 (view as bug list) | Environment: | ||
| Last Closed: | 2017-01-31 21:10:52 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: | 1414542, 1414570 | |||
|
Description
Andrew Butcher
2017-01-18 19:10:04 UTC
Verify this bug with openshift-ansible-3.4.55-1.git.0.9cb1f40.el7.noarch.rpm [root@ip-172-18-8-91 ~]# oc get node NAME STATUS AGE ip-172-18-12-248.ec2.internal Ready 2h ip-172-18-15-176.ec2.internal Ready 2h ip-172-18-4-162.ec2.internal Ready 2h ip-172-18-8-91.ec2.internal Ready,SchedulingDisabled 2h Check certificate serial numbers for each node's certificates [root@ip-172-18-8-91 ~]# openssl x509 -in /etc/origin/node/system\:node\:ip-172-18-8-91.ec2.internal.crt -serial -noout serial=0B [root@ip-172-18-8-91 ~]# openssl x509 -in /etc/origin/node/server.crt -serial -noout serial=0F [root@ip-172-18-15-176 ~]# openssl x509 -in /etc/origin/node/system\:node\:ip-172-18-15-176.ec2.internal.crt -serial -noout serial=0C [root@ip-172-18-15-176 ~]# openssl x509 -in /etc/origin/node/server.crt -serial -noout serial=10 [root@ip-172-18-12-248 ~]# openssl x509 -in /etc/origin/node/system\:node\:ip-172-18-12-248.ec2.internal.crt -serial -noout serial=0D [root@ip-172-18-12-248 ~]# openssl x509 -in /etc/origin/node/server.crt -serial -noout serial=11 [root@ip-172-18-4-162 ~]# openssl x509 -in /etc/origin/node/system\:node\:ip-172-18-4-162.ec2.internal.crt -serial -noout serial=0E [root@ip-172-18-4-162 ~]# openssl x509 -in /etc/origin/node/server.crt -serial -noout serial=12 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:0224 |