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
It's useful to know whether an executable is already signed and by whom.
Either to make sure that you have properly signed it or to check if
somebody else has signed it.
Example:
```
> java -jar jsign/target/jsign-7.2-SNAPSHOT.jar show foo.exe
jsign show foo.exe
Signature 0
Digest Algorithm: SHA256
Digest Value: c481bb3892d066ffacba0650adaa4c252580b776b1dd6026cf4a8bea6c813939
Is Timestamped? false
Certificate
Subject: CN=net.jsign.signing-cert
Issuer: CN=net.jsign.issuing-cert
Not Before: Fri Dec 03 14:34:46 CST 2021
Not After: Wed May 24 14:34:46 CST 2119
Expired: false
Serial: 148957645726085760686199624248870688956
```
Signed-off-by: Daniel Schaefer <[email protected]>
<codestyle="white-space: nowrap">-----BEGIN TAG-----</code> and <codestyle="white-space: nowrap">-----END TAG-----</code>
1033
1033
markers.</p>
1034
1034
1035
+
<h4id="show">Show signature</h4>
1036
+
1037
+
<p>To check whether a file has been signed and with which certificate, use the show command to list details about any signature present on the file.</p>
0 commit comments