]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/account/certs/RequestCertificate.templ
fix: remove SPKAC from certificate request routine
[gigi.git] / src / club / wpia / gigi / pages / account / certs / RequestCertificate.templ
1 <p><?=_${appName} offers two ways to create a certificate.?>
2 <?=_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 !(/kb/CSR)FAQ!'</a>'.?></p>
3 <p><?=_For inexperienced users the usage of !(/kb/XCA)XCA!'</a>' is recommended and described in !(/kb/XCADocu)XCA usage documentation!'</a>'?></p>
4 <form method="post">
5 <table class="table">
6   <thead>
7   <tr>
8     <th colspan="2" class="title"><?=_New Certificate from CSR?></th>
9   </tr>
10   </thead>
11   <tbody>
12   <tr>
13     <td><?=_I have some existing public key (SPKI) or signing request (CSR) I want to sign. Paste it here:?></td>
14     <td>
15       <textarea class="form-control" name="CSR" class="csr" rows="10" cols="80"></textarea>
16     </td>
17   </tr>
18   <tr>
19     <td colspan="2">
20       <input class="btn btn-primary" type="submit" name="process" value="<?=_Next?>" />
21       <input type='hidden' name='<?=$csrf_name?>' value='<?=$csrf?>'>
22     </td>
23   </tr>
24   </tbody>
25 </table>
26 </form>
27