We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d11a74 commit c83453dCopy full SHA for c83453d
README.md
@@ -52,6 +52,18 @@ signcode.sign(options, function (error) {
52
| `passwordPath` | `String` | No | Path to a file containing the password for the certificate or key. |
53
| `site` | `String` | No | Website URL to include in the signature. |
54
55
+## CLI
56
+
57
+```sh
58
+signcode /Users/kevin/apps/myapp.exe \
59
+ --cert /Users/kevin/certs/cert.p12 \
60
+ --prompt \
61
+ --name 'My App' \
62
+ --url 'http://birthday.pizza'
63
+```
64
65
+Run `signcode -h` to see all the supported options.
66
67
## Cert helpers commands
68
69
These commands are helpful to when working with certificates.
0 commit comments