Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with k8s.io/docs/admin/authentication/ #4142

Closed
1 of 2 tasks
allre168 opened this issue Jun 20, 2017 · 2 comments
Closed
1 of 2 tasks

Issue with k8s.io/docs/admin/authentication/ #4142

allre168 opened this issue Jun 20, 2017 · 2 comments
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@allre168
Copy link

allre168 commented Jun 20, 2017

This is a...

  • Feature Request
  • Bug Report

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/...

@fejta-bot
Copy link

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

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 1, 2018
@tengqm
Copy link
Contributor

tengqm commented Jan 2, 2018

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.

@tengqm tengqm closed this as completed Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

5 participants