Skip to content

Commit c83453d

Browse files
committed
Add cli example
1 parent 2d11a74 commit c83453d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,18 @@ signcode.sign(options, function (error) {
5252
| `passwordPath` | `String` | No | Path to a file containing the password for the certificate or key. |
5353
| `site` | `String` | No | Website URL to include in the signature. |
5454

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+
5567
## Cert helpers commands
5668

5769
These commands are helpful to when working with certificates.

0 commit comments

Comments
 (0)