Bug 1414570
| Summary: | [3.2] 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.2.1 | 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: | 1414537 | Environment: | |
| Last Closed: | 2017-01-31 21:11:02 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: | 1414537 | ||
| Bug Blocks: | 1414542 | ||
|
Description
Andrew Butcher
2017-01-18 21:10:28 UTC
Verify this bug with openshift-ansible-3.2.47-1.git.0.34a924d.el7.noarch.rpm oc[root@ip-172-18-8-209 ~]# oc get node NAME STATUS AGE ip-172-18-15-55.ec2.internal Ready 2h ip-172-18-4-57.ec2.internal Ready 2h ip-172-18-6-198.ec2.internal Ready 2h ip-172-18-8-209.ec2.internal Ready,SchedulingDisabled 2h Check certificate serial numbers for each node's certificates [root@ip-172-18-8-209 ~]# openssl x509 -in /etc/origin/node/system\:node\:ip-172-18-8-209.ec2.internal.crt -serial -noout serial=0B [root@ip-172-18-8-209 ~]# openssl x509 -in /etc/origin/node/server.crt -serial -noout serial=0F [root@ip-172-18-4-57 ~]# openssl x509 -in /etc/origin/node/system\:node\:ip-172-18-4-57.ec2.internal.crt -serial -noout serial=0E [root@ip-172-18-4-57 ~]# openssl x509 -in /etc/origin/node/server.crt -serial -noout serial=12 [root@ip-172-18-15-55 ~]# openssl x509 -in /etc/origin/node/system\:node\:ip-172-18-15-55.ec2.internal.crt -serial -noout serial=0D [root@ip-172-18-15-55 ~]# openssl x509 -in /etc/origin/node/server.crt -serial -noout serial=11 [root@ip-172-18-6-198 ~]# openssl x509 -in /etc/origin/node/system\:node\:ip-172-18-6-198.ec2.internal.crt -serial -noout serial=0C [root@ip-172-18-6-198 ~]# openssl x509 -in /etc/origin/node/server.crt -serial -noout serial=10 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 |