Skip to content

Commit dbc43d2

Browse files
committed
Mention key is a .pem
1 parent 821c3f3 commit dbc43d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ signcode.sign(options, function (error) {
4444
| `cert` | `String` | Yes | Path to a certificate file. |
4545
| `path` | `String` | Yes | File path to executable to sign. |
4646
| `hash` | `Array` | No | Signature types to sign the executable with. Defaults to `['sha1', 'sha256']`. |
47-
| `key` | `String` | No | Path to a key file. Only required if `cert` is a `.pem` file. |
47+
| `key` | `String` | No | Path to a `.pem` key file. Only required if `cert` is a `.pem` file. |
4848
| `name` | `String` | No | Product name to include in the signature. |
4949
| `overwrite` | `Boolean` | No | `true` to sign the executable in place, `false` to write the signed file at the same path but with `-signed` at the end of it. |
5050
| `password` | `String` | No | Password to the certificate or key. |

0 commit comments

Comments
 (0)