]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/domain/PingConfigForm.templ
Update notes about password security
[gigi.git] / src / org / cacert / gigi / pages / account / domain / PingConfigForm.templ
index 7a3c050c37b73a029118fe6d02a2c3e68bb46fce..800c683593f80ebb50974860d345d0a81c69bc10 100644 (file)
@@ -1,7 +1,7 @@
   <tr><th></th><th><?=_Verification mechanisms?></th></tr>
 
   <tr>
-    <td><input type="checkbox" name="emailType" value="y"<?=$!mail?>></td>
+    <td class='domainPinglogFirstCell'><input type="checkbox" name="emailType" value="y"<?=$!mail?>></td>
     <td><?=_Verify by sending an email to authoritative email addresses?> </td>
   </tr>
   <tr>
@@ -48,7 +48,8 @@
   <tr>
     <td></td>
     <td>
-        <?=_Please list up to four services using your certificate. You need to have two of them up and using a valid CAcert certificate in order to pass this test?>:
+        <?=_Please list up to four services using your certificate. You need to have one of them up and using a valid SomeCA certificate or a specific self-signed certificate in order to pass this test?>:
+        <?=_The self-signed certificate needs to contain your domain as CN and $tokenValue as organization unit, with -subj "/CN=<domain>/OU=$tokenValue"?>:
         <table>
         <? foreach($ssl-services){ ?>
         <tr><td><select name='ssl-type-<?=$i?>'>