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
<metaname="description" content="Jsign : Pure Java implementation of Microsoft Authenticode for signing Windows executable files, Microsoft Installers (MSI), Cabinet files (CAB) and scripts (PowerShell, VBScript, JScript, WSF)" />
<aid="forkme_banner" href="https://github.com/ebourg/jsign">View on GitHub</a>
22
23
23
24
<h1id="project_title">Jsign</h1>
24
-
<h2id="project_tagline">Java implementation of Microsoft Authenticode<br>for signing Windows executable files, installers and scripts</h2>
25
+
<h2id="project_tagline">Java implementation of Microsoft Authenticode<brclass="desktop-only">for signing Windows executable files, installers and scripts</h2>
The file to be signed. The supported files are Windows executables (EXE), DLLs, Microsoft Installers (MSI),
129
135
Cabinet files (CAB) and scripts (PowerShell, VBScript, JScript, WSF)</td>
130
-
<tdvalign="top" align="center">Yes, unless a fileset is specified.</td>
136
+
<tdclass="required">Yes, unless a fileset is specified.</td>
131
137
</tr>
132
138
<tr>
133
-
<tdvalign="top">name</td>
134
-
<tdvalign="top">The name of the application</td>
135
-
<tdvalign="top" align="center">No</td>
139
+
<tdclass="attribute">name</td>
140
+
<tdclass="description">The name of the application</td>
141
+
<tdclass="required">No</td>
136
142
</tr>
137
143
<tr>
138
-
<tdvalign="top">url</td>
139
-
<tdvalign="top">The URL of the application</td>
140
-
<tdvalign="top" align="center">No</td>
144
+
<tdclass="attribute">url</td>
145
+
<tdclass="description">The URL of the application</td>
146
+
<tdclass="required">No</td>
141
147
</tr>
142
148
<tr>
143
-
<tdvalign="top">keystore</td>
144
-
<tdvalign="top">The keystore file, or the <ahref="https://docs.oracle.com/javase/8/docs/technotes/guides/security/p11guide.html#Config">SunPKCS11 configuration file</a></td>
145
-
<tdvalign="top" align="center">Yes, unless <code>certfile</code> and <code>keyfile</code> are specified.</td>
149
+
<tdclass="attribute">keystore</td>
150
+
<tdclass="description">The keystore file, or the <ahref="https://docs.oracle.com/javase/8/docs/technotes/guides/security/p11guide.html#Config">SunPKCS11 configuration file</a></td>
151
+
<tdclass="required">Yes, unless <code>certfile</code> and <code>keyfile</code> are specified.</td>
146
152
</tr>
147
153
<tr>
148
-
<tdvalign="top">storepass</td>
149
-
<tdvalign="top">
154
+
<tdclass="attribute">storepass</td>
155
+
<tdclass="description">
150
156
The password to open the keystore. The password can be loaded from a file by using the <code>file:</code> prefix
151
157
followed by the path of the file, or from an enviroment variable by using the <code>env:</code> prefix followed
0 commit comments