Added the text format for download

pull/1/head
root 17 years ago
parent 55c6ec9c02
commit fa08cf499c

@ -17,6 +17,7 @@ Class 1 <?=_("PKI Key")?><br>
<a href="index.php?id=17"><?=_("Click here if you want to import the root certificate into Microsoft Internet Explorer")?></a><br>
<a href="certs/root.crt"><?=_("Root Certificate (PEM Format)")?></a><br>
<a href="certs/root.der"><?=_("Root Certificate (DER Format)")?></a><br>
<a href="certs/root.txt"><?=_("Root Certificate (Text Format)")?></a><br>
<a href="revoke.crl">CRL</a><br>
<?=_("Fingerprint")?> SHA1: A6:1B:37:5E:39:0D:9C:36:54:EE:BD:20:31:46:1F:6B<br/>
<?=_("Fingerprint")?> MD5: 13:5C:EC:36:F4:9C:B8:E9:3B:1A:B2:70:CD:80:88:46:76:CE:8F:33<br/>
@ -24,8 +25,9 @@ Class 1 <?=_("PKI Key")?><br>
<p>
Class 3 <?=_("PKI Key")?><br>
<a href="certs/class3.crt"><?=_("Root Certificate (PEM Format)")?></a><br/>
<a href="certs/class3.der"><?=_("Root Certificate (DER Format)")?></a><br/>
<a href="certs/class3.crt"><?=_("Intermediate Certificate (PEM Format)")?></a><br/>
<a href="certs/class3.der"><?=_("Intermediate Certificate (DER Format)")?></a><br/>
<a href="certs/class3.txt"><?=_("Intermediate Certificate (Text Format)")?></a><br/>
<a href="class3-revoke.crl">CRL</a><br/>
<?=_("Fingerprint")?> SHA1: DB:4C:42:69:07:3F:E9:C2:A3:7D:89:0A:5C:1B:18:C4:18:4E:2A:2D<br/>
<?=_("Fingerprint")?> MD5: 73:3F:35:54:1D:44:C9:E9:5A:4A:EF:51:AD:03:06:B6<br/>

@ -17,6 +17,7 @@ Class 1 <?=_("PKI Key")?><br>
<a href="index.php?id=17"><?=_("Click here if you want to import the root certificate into Microsoft Internet Explorer")?></a><br>
<a href="certs/root.crt"><?=_("Root Certificate (PEM Format)")?></a><br>
<a href="certs/root.der"><?=_("Root Certificate (DER Format)")?></a><br>
<a href="certs/root.txt"><?=_("Root Certificate (Text Format)")?></a><br>
<a href="revoke.crl">CRL</a><br>
<?=_("Fingerprint")?> SHA1: A6:1B:37:5E:39:0D:9C:36:54:EE:BD:20:31:46:1F:6B<br/>
<?=_("Fingerprint")?> MD5: 13:5C:EC:36:F4:9C:B8:E9:3B:1A:B2:70:CD:80:88:46:76:CE:8F:33<br/>
@ -24,8 +25,9 @@ Class 1 <?=_("PKI Key")?><br>
<p>
Class 3 <?=_("PKI Key")?><br>
<a href="certs/class3.crt"><?=_("Root Certificate (PEM Format)")?></a><br/>
<a href="certs/class3.der"><?=_("Root Certificate (DER Format)")?></a><br/>
<a href="certs/class3.crt"><?=_("Intermediate Certificate (PEM Format)")?></a><br/>
<a href="certs/class3.der"><?=_("Intermediate Certificate (DER Format)")?></a><br/>
<a href="certs/class3.txt"><?=_("Intermediate Certificate (Text Format)")?></a><br/>
<a href="class3-revoke.crl">CRL</a><br/>
<?=_("Fingerprint")?> SHA1: DB:4C:42:69:07:3F:E9:C2:A3:7D:89:0A:5C:1B:18:C4:18:4E:2A:2D<br/>
<?=_("Fingerprint")?> MD5: 73:3F:35:54:1D:44:C9:E9:5A:4A:EF:51:AD:03:06:B6<br/>

Loading…
Cancel
Save