ab96a4ff04
This change replaces the CAcert Class3 root certificate by a new version which signed with SHA256.
92 lines
3.5 KiB
PHP
92 lines
3.5 KiB
PHP
<? /*
|
|
LibreSSL - CAcert web application
|
|
Copyright (C) 2004-2008 CAcert Inc.
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation; version 2 of the License.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program; if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
|
*/ ?>
|
|
|
|
<p><?=sprintf(_("You are bound by the %s Root Distribution Licence %s for any re-distributions of CAcert's roots."),"<a href='/policy/RootDistributionLicense.php'>","</a>")?></p>
|
|
|
|
<p>
|
|
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 5.x/6.x")?></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="<?=$_SERVER['HTTPS']?"https":"http"?>://crl.cacert.org/revoke.crl">CRL</a><br>
|
|
<?=_("Fingerprint")?> SHA1: 13:5C:EC:36:F4:9C:B8:E9:3B:1A:B2:70:CD:80:88:46:76:CE:8F:33<br/>
|
|
<?=_("Fingerprint")?> MD5: A6:1B:37:5E:39:0D:9C:36:54:EE:BD:20:31:46:1F:6B<br/>
|
|
</p>
|
|
|
|
<p>
|
|
Class 3 <?=_("PKI Key")?><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="<?=$_SERVER['HTTPS']?"https":"http"?>://crl.cacert.org/class3-revoke.crl">CRL</a><br/>
|
|
<?php /*
|
|
class3 subroot fingerprint updated: 2011-05-23 class3 Re-sign project
|
|
https://wiki.cacert.org/Roots/Class3ResignProcedure/Migration
|
|
*/ ?>
|
|
<?=_("Fingerprint")?> SHA1: AD:7C:3F:64:FC:44:39:FE:F4:E9:0B:E8:F4:7C:6C:FA:8A:AD:FD:CE<br/>
|
|
<?=_("Fingerprint")?> MD5: F7:25:12:82:4E:67:B5:D0:8D:92:B7:7C:0B:86:7A:42<br/>
|
|
</p>
|
|
|
|
<p>
|
|
<?=_("GPG Key")?><br>
|
|
<a href="certs/cacert.asc"><?=_("CAcert's GPG Key")?></a><br>
|
|
</p>
|
|
|
|
<p>
|
|
<?=_("PKI finger/thumb print signed by the CAcert GPG Key")?><br>
|
|
<pre>
|
|
-----BEGIN PGP SIGNED MESSAGE-----
|
|
Hash: SHA1
|
|
|
|
For most software, the fingerprint is reported as:
|
|
A6:1B:37:5E:39:0D:9C:36:54:EE:BD:20:31:46:1F:6B
|
|
|
|
Under MSIE the thumbprint is reported as:
|
|
135C EC36 F49C B8E9 3B1A B270 CD80 8846 76CE 8F33
|
|
-----BEGIN PGP SIGNATURE-----
|
|
Version: GnuPG v1.2.2 (GNU/Linux)
|
|
|
|
iD8DBQE/VtRZ0rsNAWXQ/VgRAphfAJ9jh6TKBDexG0NTTUHvdNuf6O9RuQCdE5kD
|
|
Mch2LMZhK4h/SBIft5ROzVU=
|
|
=R/pJ
|
|
-----END PGP SIGNATURE-----
|
|
</pre>
|
|
<pre>
|
|
-----BEGIN PGP SIGNED MESSAGE-----
|
|
Hash: SHA1
|
|
|
|
pub 1024D/65D0FD58 2003-07-11 CA Cert Signing Authority (Root CA)
|
|
Key fingerprint = A31D 4F81 EF4E BD07 B456 FA04 D2BB 0D01 65D0 FD58
|
|
sub 2048g/113ED0F2 2003-07-11 [expires: 2033-07-03]
|
|
-----BEGIN PGP SIGNATURE-----
|
|
Version: GnuPG v1.2.5 (GNU/Linux)
|
|
|
|
iD8DBQFCEDLN0rsNAWXQ/VgRArhhAJ9EY1TJOzsVVuy2lL98CoKL0vnJjQCfbdBk
|
|
TG1yj+lkktROGGyn0hJ5SbM=
|
|
=tXoj
|
|
-----END PGP SIGNATURE-----
|
|
</pre>
|
|
</p>
|
|
|
|
<p>
|
|
<? printf(_('An overview over all CA certificates ever issued can be found in '.
|
|
'%sthe wiki%s.'),
|
|
'<a href="//wiki.cacert.org/Roots/StateOverview">',
|
|
'</a>') ?>
|
|
</p>
|