MaxPeal / docker-codesign.sh

This script will create a self-signed root certificate, along with a code signing certificate in various formats, trying to use the best available crypto/practice all along. Then, it will create a test executable and code sign it using both osslsigncode and signtool.exe (on Windows only) and verify those signature using osslsigncode and sigcheck.exe (on Windows only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository is not active

About

This script will create a self-signed root certificate, along with a code signing certificate in various formats, trying to use the best available crypto/practice all along. Then, it will create a test executable and code sign it using both osslsigncode and signtool.exe (on Windows only) and verify those signature using osslsigncode and sigcheck.exe (on Windows only)


Languages

Language:Shell 50.6%Language:Dockerfile 49.4%