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

Added FAQ for missing SSL cert #1753

Closed
wants to merge 2 commits into from
Closed

Added FAQ for missing SSL cert #1753

wants to merge 2 commits into from

Conversation

khanh101
Copy link

Contributor Checklist:

[*] I have created a file in the doc/newsfragments directory IF it is a
user-visible change (and make sure to read the README.md in that directory)

**Q: Error in Windows: `ssl certificate doesn't exist: C:\Users\<username>\AppData\Local\Barrier\SSL\Barrier.pem`**

> A: Use WSL2 to install `openssl` and generate SSL key
> - `openssl req -x509 -nodes -days 9999 -subj /CN=Barrier -newkey rsa:4096 -keyout Barrier.pem -out Barrier.pem`

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really appreciate this FAQ item, as it probably saved me hours of looking it up. Perhaps this note would be better stored in the wiki / known issues?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just created here: debauchee/barrier-wiki#10

@khanh101 khanh101 closed this by deleting the head repository Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants