An open API service indexing awesome lists of open source software.

https://github.com/getvictor/code-sign-windows

Example code for Windows code signing
https://github.com/getvictor/code-sign-windows

code-signing windows

Last synced: about 1 year ago
JSON representation

Example code for Windows code signing

Awesome Lists containing this project

README

          

Full article: https://victoronsoftware.com/posts/code-signing-windows/

Example how to copy this directory to a Windows machine via SSH using SCP:
```bash
scp -r code-sign-windows victo@10.1.1.3:C:/work
```