Andrew Innes
Andrew Innes
you might be interested in taking a look at what i did https://github.com/openzfsonwindows/openzfs/tree/windows/contrib/windows/TestCert this has a script for generating certs https://github.com/openzfsonwindows/openzfs/blob/windows/contrib/windows/TestCert/create_test_sign_cert.ps1 this has some some commands for importing certificates to...
That part I didn't work on But it looks like it's around here https://github.com/openzfsonwindows/openzfs/blob/2f653a16dbdbe79d1caf733c8d3f1e0f943987f4/module/CMakeLists.txt#L117 I should also say alot of my inspiration came from the usbip driver documentation So you...
I just tested a script to install a cert as a root cert https://github.com/andrewc12/openzfs/blob/b3e35de590828a854cb3f4ee114106e68c519e1f/.github/workflows/wf.yaml#L27 I found the info about the cert store names here https://github.com/MicrosoftDocs/windows-powershell-docs/issues/266
I meant as a root certificate authority It's a scripted version of this step https://github.com/iTrooz/btrfs/blame/2308ca7d0f4b5ce5b3acb0d81b03aea43de5668e/README.md#L174 It's useful if you ever want to install btrfs inside the workflow for doing filesystem...
For us this is absolutely fine since it is only used on development devices. The author actually has a private cert that is used to sign public releases.
I'm not sure about with what is happening here but with openzfsonwindows you either need to 1) disable driver signing enforcement each time you want to install Or 2) enable...
Could this be caused by the test program retuning an error and then github hiding everything else? Maybe try running it once where it's ``` run: | test.exe E:/ exit...
This doesn't work on a fresh install. I found out I need to install luci-compat (as per https://forum.openwrt.org/t/luci-app-bird1-ipv4-errors/70288 ) to get it to work
fixed and package successfully tested in a new vm