]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/RootCertPage.templ
Merge "add: ensure that for TTP Agent actions certificate login is used"
[gigi.git] / src / club / wpia / gigi / pages / RootCertPage.templ
1 <p><?=_The Root certificate is available for download here. Choose your preferred format:?><br/>
2 <a href="?pem">PEM</a> <a href="?cer">DER</a></p>
3 <p><?=_Root certificate fingerprints:?><br/>
4 <?=_Fingerprint SHA-1?>:
5 <?=$fingerprintSHA1?><br/>
6 <?=_Fingerprint SHA-256?>:
7 <?=$fingerprintSHA256?><br/></p>
8 <p><?=_A p7b file with all intermediate certificates is available for download here:?><br/>
9 <a href="?bundle"><?=$bundle?></a></p>
10 <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>
11 <p>
12 <?=_A full list of all DER-encoded intermediate certificates is provided below:?>
13 </p>
14 <div>
15 <?=$root?>
16 </div>