ricardoapaes/Sign Windows Executable
Signs Windows executables using osslsigncode and a code signing certificate
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| executable-path | Path to the executable file to sign | yes | — |
| signed-executable-name | Name for the signed executable | no | signed-executable.exe |
| certificate-base64 | Base64 encoded certificate (.pfx) file | yes | — |
| certificate-password | Password for the certificate file | yes | — |
| signing-password | Additional password for osslsigncode (optional) | no | like |
| timestamp-url | Timestamp server URL | no | http://timestamp.digicert.com |
Outputs
| name | description |
|---|---|
| signed-executable-path | Path to the signed executable |