peculiarventures/GoodKey Windows Code Signing
Automated code signing for Windows using the GoodKey service.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| organization | The organization identifier. | yes | — |
| token | The GoodKey API token. | yes | — |
| certificate | SHA-1 thumbprint of the certificate to use for signing. | yes | — |
| file | The file to sign. | yes | — |
| timestamp_url | The URL of the time stamp server. | no | "" |
| timestamp_rfc3161_url | The URL of the RFC 3161 time stamp server. | no | "" |
| timestamp_digest_algorithm | Specifies the digest algorithm to use for creating time stamps. | no | "" |
| description | Specifies a description of the signed content. | no | "" |
| description_url | Specifies a URL for the expanded description of the signed content. | no | "" |
| additional_certificates | List of additional certificates to include in the signature. The certificates should be in a PEM chain format, with each certificate enclosed between 'BEGIN CERTIFICATE' and 'END CERTIFICATE' lines, without any additional characters or spaces. | no | "" |
| file_digest_algorithm | Specifies the file digest algorithm to use for creating file signatures. | no | sha256 |
| version | Specifies the version of the signtool artifacts. | no | latest |
Outputs
no outputs