mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-08 05:04:45 +08:00
Update signing method
This commit is contained in:
parent
facd256eae
commit
7421c8c755
1 changed files with 2 additions and 1 deletions
|
|
@ -273,7 +273,8 @@ Official binaries for Windows provided by NetInvent are signed with a certificat
|
|||
Also, official binaries are compiled using Nuitka Commercial grade, which is more secure in storing secrets.
|
||||
|
||||
Pre-compiled builds for Windows have been code signed with NetInvent's EV certificate, using [windows_tools.signtool](github.com/netinvent/windows_tools)
|
||||
Signing on a Windows machine with Windows SDK installed:
|
||||
Signing on a Windows machine with Windows SDK installed can be done via `bin\sign_windows.py` script.
|
||||
Alternatively, you can sign executables via:
|
||||
```
|
||||
from windows_tools.signtool import SignTool
|
||||
signer = SignTool()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue