-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
write documentation for windows codesigning #21
Comments
I would appreciate some docs on this :-) |
Any news? |
Any documentation on using |
@klali do you know how to sign with osslsigncode if cert is in yubikey? Thanks |
I know that it used to work with the opensc pkcs11 module and a command line like: $ osslsigncode sign -pkcs11engine /path/to/engine_pkcs11.so -pkcs11module /path/to/opensc-pkcs11.so -key slot_1-id_2 -certs /path/to/cert.pem -h sha256 -comm -t "http://tsa.starfieldtech.com" in.exe out.exe This obviously requires a version of osslsigncode with pkcs11 support (and I haven't tried it for several years). |
Just to put my 2 cents, I managed to use osslsigncode with yubico-piv-tool on Fedora 34 to sign with such a command:
I thanks @klali to point me on the right road ;-) |
windows codesigning (both native and with osslsigncode) is possible, this should be documented.
The text was updated successfully, but these errors were encountered: