You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ signcode.sign(options, function (error) {
44
44
|`cert`|`String`| Yes | Path to a certificate file. |
45
45
|`path`|`String`| Yes | File path to executable to sign. |
46
46
|`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. |
48
48
|`name`|`String`| No | Product name to include in the signature. |
49
49
|`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. |
50
50
|`password`|`String`| No | Password to the certificate or key. |
0 commit comments