diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-07 18:47:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2015-05-07 18:47:13 +0300 |
commit | 44db5e43f775c1759e39ba352b923dd6482fef20 (patch) | |
tree | aa954656b01ad84413b570a7317b7de05c7f11cf /README.md | |
parent | check_ddk.bat: bugfix (diff) | |
download | windows7-drivers-44db5e43f775c1759e39ba352b923dd6482fef20.tar.gz windows7-drivers-44db5e43f775c1759e39ba352b923dd6482fef20.zip |
README update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Then navigate to the root directory and call `setenv.bat`: ### Code signing -Driver binaries are signed using the self-verified certificate "Test Certificate" in "Test Certificate Store". +Driver binaries are signed using the self-signed certificate "Test Certificate" in "Test Certificate Store". You can create this certificate using `add_cert.bat` (but first make sure you've set up the development environment). To verify it's there, you can use the `certmgr.msc` utility. |