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

Instructions to review private key has wrong extension #14499

Closed
ewong-cloudflare opened this issue May 9, 2024 · 0 comments · Fixed by #14547
Closed

Instructions to review private key has wrong extension #14499

ewong-cloudflare opened this issue May 9, 2024 · 0 comments · Fixed by #14547
Assignees
Labels
content:edit Request for content edits documentation Documentation edits product:cloudflare-one

Comments

@ewong-cloudflare
Copy link
Contributor

Existing documentation URL(s)

https://developers.cloudflare.com/cloudflare-one/connections/connect-devices/warp/user-side-certificates/custom-certificate/#deploy-a-custom-certificate

What changes are you suggesting?

Command given in step 4 is wrong
openssl rsa -in <CUSTOM-ROOT-PRIVATE-KEY>.key -text

should be
openssl rsa -in <CUSTOM-ROOT-PRIVATE-KEY>.pem -text

follow the steps above, the extension should be .pem

Additional information

No response

@ewong-cloudflare ewong-cloudflare added content:edit Request for content edits documentation Documentation edits labels May 9, 2024
@ranbel ranbel assigned maxvp and unassigned ranbel May 9, 2024
kodster28 added a commit that referenced this issue May 13, 2024
kodster28 added a commit that referenced this issue May 13, 2024
OKEAMAH pushed a commit to OKEAMAH/cloudflare-docs that referenced this issue May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content:edit Request for content edits documentation Documentation edits product:cloudflare-one
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants