You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raravena80
changed the title
Certficate Manager not taking -----BEGIN NEW CERTIFICATE REQUEST----- pem files
Certficate Manager not taking '-----BEGIN NEW CERTIFICATE REQUEST-----' pem files
Sep 14, 2018
k8s-ci-robot
added
sig/auth
Categorizes an issue or PR as relevant to SIG Auth.
and removed
needs-sig
Indicates an issue or PR lacks a `sig/foo` label and requires one.
labels
Sep 14, 2018
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Is this a BUG REPORT or FEATURE REQUEST?:
/kind bug
What happened:
Kubernetes certificate manager doesn't like the format of your CSR header:
-----BEGIN NEW CERTIFICATE REQUEST-----
nor the ending-----END NEW CERTIFICATE REQUEST-----
.it does like:
-----BEGIN CERTIFICATE REQUEST-----
and-----END CERTIFICATE REQUEST-----
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
To support as
openssl
supports:-----BEGIN NEW CERTIFICATE REQUEST-----
-----END NEW CERTIFICATE REQUEST-----
.Anything else we need to know?:
Environment:
kubectl version
):uname -a
):Linux ip-172-31-1-118 4.15.0-1019-aws Use Docker to host most server components #19-Ubuntu SMP Fri Aug 10 09:34:35 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: