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

Easy-RSA hangs on Windows 11 #1078

Closed
TinCanTech opened this issue Feb 14, 2024 · 1 comment · Fixed by #1203 or #1205
Closed

Easy-RSA hangs on Windows 11 #1078

TinCanTech opened this issue Feb 14, 2024 · 1 comment · Fixed by #1203 or #1205

Comments

@TinCanTech
Copy link
Collaborator

On Windows 11, Easy-RSA requires Administrator Access.

According to extensive testing: Windows 11 will only allow MKSH:sh.exe to function, if full admin privileges have been granted via the Windows-User-Access-Control interface.

This restriction means that Easy-RSA will not run from any directory (System or User), unless full admin privileges have been granted via WUAC.

@TinCanTech
Copy link
Collaborator Author

TinCanTech commented Aug 6, 2024

Important note: secure_session()

	# atomic:
	if mkdir "$secured_session"; then

does not work as expected because mkdir.exe always returns zero, no matter the actual result. Since Windows 10/11.

Also, easyrsa_mkdir() is not atomic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant