]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/RootCertPage.templ
add: ensure that for OrgAdmin action there is a valid OrgAdmin Challenge
[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><?=_A p7b file with all intermediate certificates is available for download here:?><br/>
4 <a href="?bundle"><?=$bundle?></a></p>
5 <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>
6 <p>
7 <?=_A full list of all DER-encoded intermediate certificates is provided below:?>
8 </p>
9 <div>
10 <?=$root?>
11 </div>