Skip to content

Commit 87ceabf

Browse files
committed
Set the missing id attributes on the HTML headers
1 parent d7d820e commit 87ceabf

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 id="project_tagline">Java implementation of Microsoft Authenticode <br class
5454
<p>Jsign is free to use and licensed under the Apache License version 2.0.</p>
5555

5656

57-
<h3>Features</h3>
57+
<h3 id="features">Features</h3>
5858

5959
<ul>
6060
<li>Platform independent signing of Windows executables, DLLs, Microsoft Installers (MSI), Cabinet files (CAB), Catalog files (CAT), Windows packages (APPX/MSIX), Microsoft Dynamics 365 extension packages and scripts (PowerShell, VBScript, JScript, WSF)</li>
@@ -128,7 +128,7 @@ <h3 id="ant">Ant Task</h3>
128128

129129
<br><br>
130130

131-
<h4 class="mobile-only">Attributes</h4>
131+
<h4 id="attributes" class="mobile-only">Attributes</h4>
132132

133133
<table style="border-collapse: collapse; width: 100%">
134134
<thead>
@@ -419,7 +419,7 @@ <h3 id="gradle">Gradle plugin</h3>
419419
}
420420
</pre>
421421

422-
<h3>Command Line Tool</h3>
422+
<h3 id="cli">Command Line Tool</h3>
423423

424424
<p>Jsign can also be used as a command line tool, packages are available for various systems:</p>
425425

@@ -490,16 +490,16 @@ <h3>Command Line Tool</h3>
490490
</pre>
491491

492492

493-
<h3>Examples</h3>
493+
<h3 id="examples">Examples</h3>
494494

495-
<h4>Signing with a Java keystore</h4>
495+
<h4 id="example-jks">Signing with a Java keystore</h4>
496496

497497
<pre>
498498
jsign --keystore keystore.jks --alias test --storepass password \
499499
--tsaurl http://timestamp.sectigo.com application.exe
500500
</pre>
501501

502-
<h4>Signing with a SPC certificate and a PVK key</h4>
502+
<h4 id="example-spc-pkv">Signing with a SPC certificate and a PVK key</h4>
503503

504504
<pre>
505505
jsign --certfile certificate.spc --keyfile key.pvk --keypass password application.exe
@@ -663,7 +663,7 @@ <h4 id="example-hashicorpvault">Signing with Google Cloud KMS via HashiCorp Vaul
663663
</pre>
664664

665665

666-
<h3>API</h3>
666+
<h3 id="api">API</h3>
667667

668668
<p>Jsign also provides a simple API for signing files and can be embedded in another application.</p>
669669

@@ -696,7 +696,7 @@ <h3>API</h3>
696696
<p>See the <a href="https://javadoc.io/doc/net.jsign/jsign-core">Javadoc</a> for more details about the API.</p>
697697

698698

699-
<h3>JCA security provider</h3>
699+
<h3 id="jca-provider">JCA security provider</h3>
700700

701701
<p>Jsign implements a JCA security provider that can be used to sign JAR files with the <code>jarsigner</code> tool.</p>
702702

@@ -735,15 +735,15 @@ <h3 id="files">Downloads</h3>
735735
</ul>
736736

737737

738-
<h3>Credits</h3>
738+
<h3 id="credits">Credits</h3>
739739

740740
<p>Jsign leverages the cryptography API developed by the <a href="http://www.bouncycastle.org">Bouncy Castle</a> project.<br>
741741
PVK parsing is based on the <a href="https://web.archive.org/web/20170810033553/http://www.drh-consultancy.demon.co.uk/pvk.html">pvktool</a> by Stephen N Henson.<br>
742742
MSI signing was possible thanks to the work done by the <a href="https://github.com/mtrojnar/osslsigncode">osslsigncode</a> and <a href="https://poi.apache.org/">Apache POI</a> projects.</p>
743743

744744
<p>Jsign includes contributions from Emmanuel Bourg, Florent Daigniere, Michael Szediwy, Michael Peterson, Markus Kilås, Erwin Tratar, Björn Kautler, Joseph Lee, Maria Merkel and Vincent Malmedy.</p>
745745

746-
<h3>Contact</h3>
746+
<h3 id="contacts">Contact</h3>
747747

748748
<p>Emmanuel Bourg (<a href="mailto:[email protected]">[email protected]</a>, <a href="https://twitter.com/smanux">@smanux</a>)</p>
749749

0 commit comments

Comments
 (0)