osslsigncode | == WHAT IS IT?
kandi X-RAY | osslsigncode Summary
kandi X-RAY | osslsigncode Summary
osslsigncode is a small tool that implements part of the functionality of the Microsoft tool signtool.exe - more exactly the Authenticode signing and timestamping. But osslsigncode is based on OpenSSL and cURL, and thus should be able to compile on most platforms where these exist.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of osslsigncode
osslsigncode Key Features
osslsigncode Examples and Code Snippets
Community Discussions
Trending Discussions on osslsigncode
QUESTION
I am performing a code signing using osslsigncode. I wanted to know if there was a way to overwrite the file being signed using the same name instead of creating a new one? I tried using the same name however I get an error saying file exists.
Current command:
osslsigncode sign -pkcs12 "./my.pfx" -pass "${CERT_PASS}" -in "/app/out/my.dll" -out "/app/out/mySigned.dll"
What I would like(overwriting the file passed in):
osslsigncode sign -pkcs12 "./my.pfx" -pass "${CERT_PASS}" -in "/app/out/my.dll" -out "/app/out/my.dll"
ANSWER
Answered 2022-Mar-25 at 16:41It is not implemented in osslsigncode and the maintainer is not going to support inplace signing yet. The fastest workaround is the rename/remove cycle.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install osslsigncode
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page