keyfactor/SignServer Signing
Sign an input file with SignServer
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| endpoint | The full SignServer signing endpoint, including the /signserver context path (e.g. https://myhost:8443/signserver). | yes | — |
| file-path | The path to the file to be signed | yes | — |
| worker-name | The name of the Signer to use for the signing. | yes | — |
| client-cert | The client cert needed for authorization | no | — |
| password | Password for clientcert. | no | — |
| output-file-name | Name of the signed output file. | yes | — |
| disable-cert-val | Property to disable certificate validation when using curl. Default value is false. | no | false |
| rest | If true REST api is used to make the call to SignServer. Default value is true. | no | true |
Outputs
no outputs