- From: Andrei SAMBRA <andrei.sambra@gmail.com>
- Date: Thu, 14 Apr 2011 10:06:11 +0200
- To: peter williams <home_pw@msn.com>
- Cc: WebID XG <public-xg-webid@w3.org>, Melvin Carvalho <melvincarvalho@gmail.com>
Hi Peter. I'm currently working on a series of tools to help create/test/debug webids. I have included the possibility for users to create a local webid with an arbitrary number of resources (webpages, emails, interests, friends, PGP keys, AND certificates). This particular tool even creates a default certificate and installs it in your browser if you so desire. Also, if you choose to create a certificate along the foaf profile, it allows up to 2 more URIs in the subjectAltName. :-) Here is the suite: http://webid.fcns.eu You can then see a verbose authentication process at https://auth.fcns.eu/auth/index.php?verbose=on Andrei On Thu, Apr 14, 2011 at 4:01 AM, peter williams <home_pw@msn.com> wrote: > I like foaf.me. I got to make several more foaf cards. > > > > I want to do its normal use case of creating a webid-capable card, and then > login ot the site to do additional editing. Using the text editor, I want to > add an additional modulus/exp to #me, so I have 2 rsakeys. I will generate > the rsa keypair locally, without the involvement of any website. > > > > If I wanted to edit the following to add that additional mod/exp, what would > I do? Assume the 2nd mod has value ABCD and the 2nd exponent is 10. > > > > I will test the result that my two rsa keys both get validated, at my own > interceptor, and at Henry’s. > > > > I already did this for two different anchors, at http://foaf.me/peter34. Now > I want to do it for 1 anchor, 2 keys. > > > > For fun, could you fiddle around and enable a request of the form > http://184.73.210.205/peter34 to get the same result as > http://foaf.me/peter34. > > > > In my client, Im dynamically re-signing and re-formulating the client certs > – changing the SAN URIs to the latest IP address of the domain-name. Just > stressing things a bit, to see what happens. > > > > <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > > xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" > > xmlns:foaf="http://xmlns.com/foaf/0.1/" > > xmlns:rsa="http://www.w3.org/ns/auth/rsa#" > > xmlns:cert="http://www.w3.org/ns/auth/cert#" > > xmlns:admin="http://webns.net/mvcb/"> > > <foaf:PersonalProfileDocument rdf:about=""> > > <foaf:maker rdf:resource="#me"/> > > <foaf:primaryTopic rdf:resource="#me"/> > > </foaf:PersonalProfileDocument> > > <foaf:Person rdf:ID="me"> > > <foaf:nick>wiki4</foaf:nick> > > <foaf:homepage rdf:resource="http://foaf.me/wiki4"/> > > </foaf:Person> > > <rdf:Description> > > <rdf:type rdf:resource="http://www.w3.org/ns/auth/rsa#RSAPublicKey"/> > > <cert:identity rdf:resource="#me"/> > > <rsa:modulus > rdf:parseType="Resource"><cert:hex>12341234</cert:hex></rsa:modulus> > > <rsa:public_exponent > rdf:parseType="Resource"><cert:decimal>234</cert:decimal></rsa:public_exponent> > > </rdf:Description> > > </rdf:RDF>
Received on Friday, 15 April 2011 10:13:33 UTC