]> WPIA git - gigi.git/blobdiff - src/org/cacert/gigi/pages/account/certs/RequestCertificate.templ
upd: modified text displayed during certificate creation process
[gigi.git] / src / org / cacert / gigi / pages / account / certs / RequestCertificate.templ
index 9ffd5da646ffaf179e69a9165aa9277a33439c61..32d327c2ded1ca2ba63cac4e961d7e3e1c48ec81 100644 (file)
@@ -1,3 +1,6 @@
+<p><?=_SomeCA offers two ways to create a certificate.?> 
+<?=_One is to paste a certificate signing request (CSR) created from an existing or newly created private key.?> <?=_ If you do not know what a CSR is or how to create one take a look at the !'<a href="https://someca.de/FAQ/CSR">'FAQ'!</a>'.?> 
+<?=_As an alternative you can generate the private key inside your browser and export it once the certificate has been issued.?></p>
 <form method="post">
 <table class="table">
   <thead>
 <form method="post">
 <table class="table">
   <thead>
@@ -7,9 +10,9 @@
   </thead>
   <tbody>
   <tr>
   </thead>
   <tbody>
   <tr>
-    <td><?=_I have a CSR! Paste it here:?><br/><?=_Don't know what a CSR is or how to create one? Take a look at the !'<a href="https://wiki.cacert.org/FAQ/CSR">'Wiki!'</a>'!?></td>
+    <td><?=_I have some existing public key (SPKI) or signing request (CSR) I want to sign. Paste it here:?></td>
     <td>
     <td>
-      <textarea class="form-control" name="CSR" class="csr"></textarea>
+      <textarea class="form-control" name="CSR" class="csr" rows="10" cols="80"></textarea>
     </td>
   </tr>
   <tr>
     </td>
   </tr>
   <tr>
   </tbody>
 </table>
 </form>
   </tbody>
 </table>
 </form>
-<br>
 <form method="post">
 <table class="table">
   <thead>
   <tr>
 <form method="post">
 <table class="table">
   <thead>
   <tr>
-    <th colspan="2" class="title"><?=_New Certificate from newly generatey Key (SPKAC)?></th>
+    <th colspan="2" class="title"><?=_Create a fresh key in the browser (SPKAC)?></th>
   </tr>
   </thead>
   <tbody>
   <tr>
     <td><?=_I do not have a CSR.?></td>
     <td align="left">
   </tr>
   </thead>
   <tbody>
   <tr>
     <td><?=_I do not have a CSR.?></td>
     <td align="left">
-     <keygen name="SPKAC" challenge="<?=$spkacChallenge?>"/>
+      <?=_key size (2048 recommended)?>: <keygen name="SPKAC" challenge="<?=$spkacChallenge?>"/>
     </td>
   </tr>
   <tr>
     </td>
   </tr>
   <tr>