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
Problem:
The step #5 of "openssl" that is "openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out server.crt -days 10000". The command always results in file conversion error "error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:701:Expecting:CERTIFICATE REQUEST" thus the final file "server.crt" can not be generated.
Proposed Solution:
The file type used in the statement might need to be specify more clearly, e.g. PEM or DER format, etc.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Prevent issues from auto-closing with an /lifecycle frozen comment.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or @fejta.
/lifecycle stale
The guide has been rewritten and relocated to k8s.io/docs/concepts/cluster-administration/certificates/. The issue reported should not be a problem any more. Please feel free to reopen this if needed.
This is a...
Problem:
The step #5 of "openssl" that is "openssl x509 -req -in server.csr -CA ca.crt -CAkey ca.key -CAcreateserial -out server.crt -days 10000". The command always results in file conversion error "error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:701:Expecting:CERTIFICATE REQUEST" thus the final file "server.crt" can not be generated.
Proposed Solution:
The file type used in the statement might need to be specify more clearly, e.g. PEM or DER format, etc.
Page to Update:
http://kubernetes.io/...
The text was updated successfully, but these errors were encountered: