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

From version Icon 21.1 Icon
edited by Henry Story
on 2010/03/15 18:17
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,12 +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 - for testing on Internet<br/>
82 82   </td>
83 83   </tr>
84 84   #end
85 85   <tr>
86 86   <td colspan="2">
88 + #if ($debug)
87 87   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
88 88   <ol>
89 89   <li>your browser will create a public/private key pair</li>
90 90   <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>
... ... @@ -97,7 +97,7 @@
97 97   </table>
98 98   <input id="keygensubmit" type="submit" value="submit certificate request" />
99 99   </form>
100 -<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>
101 101   {{/html}}
102 102  #elseif($request.getParameter('viewParams') eq "yes")
103 103   #foreach($key in $request.parameterNames)