Re: Storing PKCS#12 inside FOAF profile for FOAF+SSL

On 22 Feb 2010, at 15:00, Nathan wrote:

>> Yes, check out the foaf+ssl  protocol. It's very easy to create public key pairs, one for each browser, and it really makes sense to publish the public key there, using the cert and rsa ontologies
>> 
>>   http://esw.w3.org/topic/foaf+ssl
>> 
> 
> So I can just chain up multiple public key pairs in my FOAF profile ya?
> 
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <rdf:RDF
> 	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
> 	xmlns:cert="http://www.w3.org/ns/auth/cert#"
> 	xmlns:rsa="http://www.w3.org/ns/auth/rsa#">
> <rsa:RSAPublicKey>
>   .. key one
> </rsa:RSAPublicKey>
> <rsa:RSAPublicKey>
>   .. key two
> </rsa:RSAPublicKey>
>  .. and so on
> </rdf:RDF>
> 
> correct?

yes, you just need to tie them to your WebId.

See my foaf, where I have two:

 http://bblfish.net/people/henry/card

Henry

Received on Monday, 22 February 2010 14:05:21 UTC