]> WPIA git - gigi.git/blob - src/club/wpia/gigi/pages/PolicyPage.templ
Merge "fix: general cleanup. Remove CipherInfo as it is not compatible with java-11"
[gigi.git] / src / club / wpia / gigi / pages / PolicyPage.templ
1 <p><?=_This page gives information on the most important policies for issuing and using certificates from ${appName} and the time restrictions defined in these policies.?></p>
2
3 <table class="table">
4 <tr><th>
5 Policies
6 </th></tr>
7 <tr><td>
8 <?=_!(/policy/CPS)CP!'</a>'?>
9 </td></tr>
10 <tr><td>
11 <?=_!(/policy/verification)Verification Policy!'</a>' and the related sub policies?>
12 </td></tr>
13 <tr><td>
14 <?=_!(/policy/raagent)Policy On Verification By RA Agent!'</a>'?>
15 </td></tr>
16 <tr><td>
17 <?=_!(/policy/organisation)Organisation Verification Policy!'</a>'?>
18 </td></tr>
19 <tr><td>
20 <?=_!(/policy/ttp)TTP Policy!'</a>'?>
21 </td></tr>
22 <tr><td>
23 <?=_!(/policy/nucleus)Nucleus Policy!'</a>'?>
24 </td></tr>
25 <tr><td>
26 <?=_All other policies can be viewed !(/policy)here!'</a>'?>
27 </td></tr>
28 </table>
29
30
31 <table class="table">
32 <tr><th colspan="2">
33 Time settings on this server
34 </th></tr>
35
36 <tr><td>
37 Time for valid knowledge challenge
38 </td><td>
39 <?=$testValidMonths?> months
40 </td></tr>
41
42 <tr><td>
43 Minimum time between two verifications done by the same RA Agent for the same fellow
44 </td><td>
45 <?=$reverificationDays?> days
46 </td></tr>
47
48 <tr><td>
49 Time that a verification is considered recent
50 </td><td>
51 <?=$verificationFreshMonths?> months
52 </td></tr>
53
54 <tr><td>
55 Maximum time that a verification is accepted
56 </td><td>
57 <?=$verificationMaxAgeMonths?> months
58 </td></tr>
59
60 <tr><td>
61 Maximum time before reping of email address needed
62 </td><td>
63 <?=$emailPingMonths?> months
64 </td></tr>
65 </table>