-
Notifications
You must be signed in to change notification settings - Fork 354
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
"USBIP Test" certficiate not installed or properly located in certificate store #318
Comments
same issue. |
https://docs.microsoft.com/en-us/windows/wsl/connect-usb this may work, you should try. |
as README.md says:
as variant using admin console from folder with usbip_test.pfx
|
certutil -f -service -p usbip -importpfx Root "usbip_test.pfx" |
without -enterprise its install it in current user certificate store maybe its ok only for user... depend on how program search for it. |
These are the flags explained |
ok.. my bad, thx for clarification =) |
off top no options option: -service what will be difference? and then
should be enough? |
CERTUTIL -f -user -p usbip -enterprise -importpfx root "usbip_test.pfx" I use these two CMD, problem solved. |
hello.
I was looking for usb over network-open source to be used from window to window system
I found your app by chance
Is the readme.md file still valid for installing a below version...?
PS D:\Git\usbip-win-0.3.6-dev> .\usbip.exe bind -b 1-156
I met a below error when installing usbip as ur guide(readme.md)
usbip: error: "USBIP Test" certficiate not installed or properly located in certificate store
could u check it....?
The text was updated successfully, but these errors were encountered: