]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/account/domain/DomainOverview.templ
fix: ResultSet.getDate is often wrong as it fetches day-precision times
[gigi.git] / src / org / cacert / gigi / pages / account / domain / DomainOverview.templ
1 <?=$domainman?>
2 <h2><?=_Add Domain?></h2>
3 <? if($domainadd) { ?>
4 <p>
5 <?=_Please Note: You only need to enter the main part of your domain, eg. mydomain.com rather then www.mydomain.com. Once you have verified your domain you are able to enter any sub-domain, such as www.mydomain.com or www.this.is.mydomain.com as the system checks from right to left, rather then specific hostnames when you upload a CSR to the system.?>
6 </p>
7 <p>
8 <?=_You need to have at least two successful checks to have your domain verified.?>
9 </p>
10 <?=$domainadd?>
11 <p>
12 <?=_Currently we only issue certificates for Punycode domains if the person requesting them has code signing attributes attached to their account, as these have potentially slightly higher security risk.?>
13 </p>
14 <? } else { ?>
15 Please contact your Organisation RA Agent to add a domain.
16 <? } ?>