]> WPIA git - gigi.git/blob - src/club/wpia/gigi/ping/PingFailedWithActiveCertificates.templ
chg: revoke certificates if repeated ping failed
[gigi.git] / src / club / wpia / gigi / ping / PingFailedWithActiveCertificates.templ
1 Subject: <?=_Ping for domain '${domain}' failed.?>
2
3 <?=_Hi,?>
4
5 <?=_A check of the ownership for your domain '${domain}' failed.?> \
6 <?=_This check might either have been triggered manually or automatically for routine housekeeping.?> \
7 <?=_Seeing a check fail we assume you might have lost ownership of this domain.?>
8
9 <? if($valid) { ?>
10 <?=_However there are currently enough succeeding proofs so the state of your domain is not endangered yet.?> \
11 <?=_You might however want to correct (or remove) this ping to ensure that your domain stays valid.?>
12 <? } else { ?>
13 <?=_If you keep lacking sufficient proof of ownership for this domain after the grace period of two weeks expired we are going to revoke all affected certificates.?>
14
15 <?=_Affected certificates:?>
16 <? foreach($certs){ ?>- <?=_serial: ${serial} issued by ${ca} valid from ${from} to ${to}.?>
17 <? } ?>
18 <? } ?>
19
20 <?=_Visit ${domainLink} to check the current state of pings of your domain and to find out more information about which ping failed.?>