]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/RootCertPage.templ
add: display fingerprint on RootCertPage, TestCACertificate class
[gigi.git] / src / club / wpia / gigi / pages / RootCertPage.templ
index 10b20f8ca44a446309e9f378fe43683d9280490e..8c2711af33c3b07520d15a119778a7c1179c321a 100644 (file)
@@ -1,5 +1,10 @@
 <p><?=_The Root certificate is available for download here. Choose your preferred format:?><br/>
 <a href="?pem">PEM</a> <a href="?cer">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"><?=$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>