Last modified by khushi kapoor on 2018/09/26 16:20

From version Icon 22.1 Icon
edited by Henry Story
on 2010/03/15 18:18
Change comment: There is no comment for this version
To version Icon 23.1 Icon
edited by Henry Story
on 2010/03/15 18:45
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -25,7 +25,7 @@
25 25  #set( $addKey = true )
26 26  $xwiki.jsx.use("WebId.CreateCert")
27 27  
28 -#set( $incomplete = $request.getParameterMap().isEmpty() || ( !$debug && !$request.getParameter("spkac") ) )
28 +#set( $incomplete = $request.getParameterMap().isEmpty() || !$debug )
29 29  
30 30  #if(! $!xwiki.exists("WebId.RSAPubKeyClass"))
31 31  
... ... @@ -35,7 +35,7 @@
35 35   * An intExponent NumberField
36 36   * A name String Field
37 37   * A validTo and validFrom date Field
38 -#elseif ( $request.getParameterMap().isEmpty())
38 +#elseif ( $incomplete )
39 39   {{html clean="false"}}
40 40   <div id="iehelptext" style="display: none;">
41 41  <p>Using Internet Explorer under Windows Vista or above or Windows
... ... @@ -79,13 +79,17 @@
79 79   <td><input type="checkbox" name="viewParams" value="yes" /> view parameters<br/>
80 80   <input type="checkbox" name="showCert" value="yes" /> show certificate<br/>
81 81   <input type="checkbox" name="makeKeyObj" value="yes" /> create local objects<br/>
82 - <input type="checkbox" name="nodebug" value="yes" /> simulate input from a personal profile document<br/>
82 + <input type="checkbox" name="nodebug" value="yes" /> simulate input from a personal profile document - for testing on Internet<br/>
83 83   </td>
84 84   </tr>
85 85   #end
86 86   <tr>
87 87   <td colspan="2">
88 + #if ($debug)
88 88   If none of the above debug options are checked then the following will happen on clicking submit:
90 + #else
91 + Clicking the above will start the following sequence of events
92 + #end
89 89   <ol>
90 90   <li>your browser will create a public/private key pair</li>
91 91   <li>send us your public key, in what is known as a <a href="http://en.wikipedia.org/wiki/Certification_request">certification request</a> along with information from the form above</li>
... ... @@ -98,7 +98,7 @@
98 98   </table>
99 99   <input id="keygensubmit" type="submit" value="submit certificate request" />
100 100   </form>
101 -<p>To test your certificates try some of <a href="http://esw.w3.org/topic/foaf+ssl">the foaf+ssl test pages</a>.</p>
105 +<p>To test your certificate try some of <a href="http://esw.w3.org/topic/foaf+ssl/RelyingParties">the services listed here</a>.</p>
102 102   {{/html}}
103 103  #elseif($request.getParameter('viewParams') eq "yes")
104 104   #foreach($key in $request.parameterNames)