]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/certs/CertificateDisplay.templ
Merge "add: show sha-1 and sha-256 fingerprint on certificate page "
[gigi.git] / src / club / wpia / gigi / pages / account / certs / CertificateDisplay.templ
index 55086650f65ef6286be91261cf600e50539613dc..f2aaf870f9cc81d583af4397e4b443e35e540adb 100644 (file)
@@ -1,4 +1,4 @@
-<table>
+<table class="table">
 <? if($support) {?>
 
   <tr>
@@ -49,8 +49,7 @@
         <a href='<?=$serial?>.cer'><?=_DER encoded Certificate?></a><br/>
         <a href='<?=$serial?>.cer?install&chain'><?=_Install into browser.?></a><br/>
         <a href='<?=$serial?>.cer?install'><?=_Install into browser (Chrome)?></a>. <?=_Please ensure that the intermediate certificates listed above are installed prior to installing the certificate.?>*<br/><br/>
-        * <?=_For information on how to install the root certificates into the truststore of your browser take a look at the !(/wiki/CSR)FAQ!'</a>'!?>
-        
+        * <?=_For information on how to install the root certificates into the truststore of your browser take a look at the !(/kb/CSR)FAQ!'</a>'!?>
     </td>
   </tr>
 <? } ?>
   </tr>
 
   <tr>
-    <td><?=_Fingerprint?>:</td>
-    <td><?=$fingerprint?></td>
+    <td><?=_Fingerprint SHA-1?>:</td>
+    <td><?=$fingerprintSHA1?></td>
+  </tr>
+  <tr>
+    <td><?=_Fingerprint SHA-256?>:</td>
+    <td><?=$fingerprintSHA256?></td>
   </tr>
-
   <tr>
     <td valign="top"><?=_Certificate (PEM)?>:</td>
     <td><pre><?=$cert?></pre></td>