]> WPIA git - gigi.git/blob - src/org/cacert/gigi/pages/account/domain/DomainOverview.templ
upd: split certificate issuance as organisation into seperate
[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 <?=$domainadd?>
8 <p>
9 <?=_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.?>
10 </p>
11 <? } else { ?>
12 Please contact your Organisation Assurer to add a domain.
13 <? } ?>