Description of problem: The router process rejects EC PRIVATE KEY with the format: ~~~ -----BEGIN EC PRIVATE KEY----- ... -----END EC PRIVATE KEY----- ~~~ This is because this format is not contemplated in: https://github.com/openshift/origin/blob/master/pkg/route/controller/routeapihelpers/validation.go#L80-L92 Version-Release number of selected component (if applicable): All OCP versions How reproducible: Always Steps to Reproduce: 1. Create a route with an EC PRIVATE KEY and cert in a router with extended validation enabled (it's enabled by default)
Moving this out to 4.x; we're unable to commit to a change in 3.11.
We ended up fixing this in 1723400 and didn't realize this bug precedes 1723400. Since we actually worked 1723400, I'm going to close this bug as a duplicate of the newer bug. I hope that makes sense! *** This bug has been marked as a duplicate of bug 1723400 ***