- From: peter williams <home_pw@msn.com>
- Date: Wed, 13 Apr 2011 19:01:33 -0700
- To: "'WebID XG'" <public-xg-webid@w3.org>
- CC: "Melvin Carvalho" <melvincarvalho@gmail.com>
- Message-ID: <SNT143-ds20604B38C4B531866F1EFC92AD0@phx.gbl>
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_expone
nt>
</rdf:Description>
</rdf:RDF>
Received on Thursday, 14 April 2011 02:02:03 UTC