]> WPIA git - gigi.git/blobdiff - src/club/wpia/gigi/pages/account/domain/DomainOverview.templ
upd: rename package name and all references to it
[gigi.git] / src / club / wpia / gigi / pages / account / domain / DomainOverview.templ
diff --git a/src/club/wpia/gigi/pages/account/domain/DomainOverview.templ b/src/club/wpia/gigi/pages/account/domain/DomainOverview.templ
new file mode 100644 (file)
index 0000000..28dbf87
--- /dev/null
@@ -0,0 +1,16 @@
+<?=$domainman?>
+<h2><?=_Add Domain?></h2>
+<? if($domainadd) { ?>
+<p>
+<?=_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.?>
+</p>
+<p>
+<?=_You need to have at least two successful checks to have your domain verified.?>
+</p>
+<?=$domainadd?>
+<p>
+<?=_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.?>
+</p>
+<? } else { ?>
+Please contact your Organisation RA Agent to add a domain.
+<? } ?>