]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/DomainAddForm.templ
UPD: rename dns-txt testdomain to "<string>._cacert._auth.domain.tld"
[gigi.git] / src / org / cacert / gigi / pages / account / DomainAddForm.templ
index 8273efe25e3c35a0df100b3886a2bf18fc5bc7e9..7228b52e200723253d4ead111e86b6e1478e5980 100644 (file)
@@ -21,7 +21,7 @@
         Select the destination mail address:<br/>
         <? foreach($authEmails) { ?>
         <input type="radio" id="email_<?=$i?>" name="email" value="<?=$i?>"/>
-        <label for="email_1"><div class='name'><?=$email?>@<span class='exampleDomain'>example.org</span></div></label><div class='elements'></div>
+        <label for="email_1"><span class='name'><?=$email?>@<span class='exampleDomain'>example.org</span></span></label><div class='elements'></div>
         <? } ?>
        </td>
   </tr>
@@ -35,7 +35,7 @@
     <td>
         Please insert the following DNS TXT entry into the SOA-file of your domain:<br/>
         <pre>
-        cacert-<?=$tokenName?> IN      TXT     "<?=$tokenValue?>"
+        <?=$tokenName?>._cacert._auth IN TXT <?=$tokenValue?>
         </pre>
     </td>
   </tr>