]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/RootCertPage.templ
Merge "fix: general cleanup. Remove CipherInfo as it is not compatible with java-11"
[gigi.git] / src / club / wpia / gigi / pages / RootCertPage.templ
index cd65445a075718cb0853f2ec8dc3740f93ba9ae2..0bda407ff2cdd72aaf15bd6ccfb85e8b70c46bee 100644 (file)
@@ -1,2 +1,16 @@
-<?=_The Root certificates are available for download here. Choose your preferred format:?><br/>
-<a href="?pem">PEM</a> <a href="?cer">CER</a>
+<p><?=_The Root certificate is available for download here. Choose your preferred format:?><br/>
+<a href="?pem" download>PEM</a> <a href="?cer" download>DER</a></p>
+<p><?=_Root certificate fingerprints:?><br/>
+<?=_Fingerprint SHA-1?>:
+<?=$fingerprintSHA1?><br/>
+<?=_Fingerprint SHA-256?>:
+<?=$fingerprintSHA256?><br/></p>
+<p><?=_A p7b file with all intermediate certificates is available for download here:?><br/>
+<a href="?bundle" download><?=$bundle?></a></p>
+<p><?=_Find information how to add the root and intermediate certificates to the truststore of your browser or operating system in our !(/kb/truststores)FAQ!'</a>'.?></p>
+<p>
+<?=_A full list of all DER-encoded intermediate certificates is provided below:?>
+</p>
+<div>
+<?=$root?>
+</div>