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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,12 @@ Thank you to [keytos](https://github.com/markeytos/code-sign-action) for providi
2
2
3
3
# Code sign a file
4
4
5
-
This action signs files that are supported by `signtool.exe` with a code signing certificate that takes in a password. This action only works on Windows and that means it should run on `windows-latest`.
5
+
This action signs files that are supported by `signtool.exe` with a code signing certificate that takes in a password.
6
+
This action only works on Windows and that means it should run on `windows-latest`.
7
+
If `openssl` is installed on the OS, this action also prints the certificate expiration date to the runner log.
8
+
9
+
> [!NOTE]
10
+
> `certutil` is not used, since it only prints certificate information in a localized format.
0 commit comments