]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/main/RevocationNotice.templ
add: message while reporting private key compromise
[gigi.git] / src / club / wpia / gigi / pages / main / RevocationNotice.templ
1 Subject: <?=_Certification Revocation Notice due to Key Compromise?>
2
3 <?=_The private key for your certificate ${serial} was reported to be compromised. The certificate has therefore been revoked.?>
4
5 <?=_The reporting user was able to sign a system-generated challenge and the signature verifies successfully with your public key.?>
6 <?=_This means that they somehow have the ability to sign with your private key. This way your certificate could be used by someone else to impersonate the identity represented by the certificate. This might have several causes:?>
7
8 - <?=_Your private key became publicly accessible.?>
9 - <?=_Your key pair was so weak that it could be broken by another individual.?>
10 - <?=_Someone with authorized access to your private key (e.g. you) has initiated the revocation.?>
11
12 <? if($message) { ?>
13 The user reporting this compromised key provided the following message to aid you to resolve this security issue and help you to prevent further security incidents.
14 ---
15 <?=$message?>
16 ---
17 <? } ?>