Hello Paul,
How does one proceed to get them adopted by IANA?
> My list was intended to cover those which were not formally described
> by a standard body, particularly those that were URIs. I did include
> a few that are (or should be) in IANA's list.
>
> What we need is for all of this to be in one place. I'd be happy to
> continue publishing the URI-based link relations list if IANA will
> not.
Another question: What would be good relations?
GPG: gpg-key? gpg-id?
SSH: ssh-public-key? Does it matter if it's rsa or dsa? Should it
contain the full line ("ssh-rsa $key $name") or just the $key?
Hello Melvin,
That's exactly what I was looking for, but I didn't know those URLs.
> GPG Fingerprint: http://xmlns.com/wot/0.1/fingerprint
> GPG hex ID : http://xmlns.com/wot/0.1/hex_id
> GPG Ascii file : http://xmlns.com/wot/0.1/pubKeyAddress
The URL for SSH keys is what I need, too.
> There's a few others that I know of for displaying PEM and/or DER. I
> think exponent/modulus is the cleanest perhaps because you can use
> them to verify/sigh/encrypt/decrypt quite easily in js with an ASN.1
> parser.
>
> Is there anything specific that you need?
On 12 Sep 2012, at 18:41, Melvin Carvalho <melvinc...@gmail.com> wrote:>The URL for SSH keys is what I need, too.
> Is there anything specific that you need?
Just asking, as I am not sure yet what is needed:What is the URL for SSH keys? What kind of thing is that? Pointers would help.
On 12 Sep 2012, at 18:41, Melvin Carvalho <melvinc...@gmail.com> wrote:
>The URL for SSH keys is what I need, too.
> Is there anything specific that you need?
Just asking, as I am not sure yet what is needed:What is the URL for SSH keys? What kind of thing is that? Pointers would help.
Sorry, the original question was whether there is link relation (URI) to an ssh public key, eg that could be reused from an existing vocab
You want to link a page to a public key?
What would be the meaning of the link? That the primary topic of the page is identified by that public key?
On Wednesday, 12 September 2012 18:59:20 UTC+2, melvincarvalho wrote:
Sorry, the original question was whether there is link relation (URI) to an ssh public key, eg that could be reused from an existing vocab
You want to link a page to a public key?
What would be the meaning of the link? That the primary topic of the page is identified by that public key?
On 9/12/12 1:14 PM, Henry Story wrote:
On Wednesday, 12 September 2012 18:59:20 UTC+2, melvincarvalho wrote:
Sorry, the original question was whether there is link relation (URI) to an ssh public key, eg that could be reused from an existing vocab
You want to link a page to a public key?
They want to associate a document with a public key. In this case, assume a document that holds some identity oriented claims. Thus, emulating the relationship that would hold between something like an X.509 certificate (a document) and the public data it bears. Said document would have an "author" or "creator" relationship that ultimately enables triangulation of an association between the document creator and the public key it bears:
@prefix : <#> .
<> http://www.openlinksw.com/schemas/cert#hasPublicKey "public-key-data"^^xsd:hexBinary .
<> foaf:maker :this .
What would be the meaning of the link? That the primary topic of the page is identified by that public key?
No that the document's creator was responsible for the public key relationship insertion :-)
On Wednesday, 12 September 2012 18:59:20 UTC+2, melvincarvalho wrote:Sorry, the original question was whether there is link relation (URI) to an ssh public key, eg that could be reused from an existing vocabYou want to link a page to a public key?
What would be the meaning of the link? That the primary topic of the page is identified by that public key?
For signed e-mail verification on the other hand a WebFinger lookup does seem like a verygood idea though. If we can use the same ontology for e-mail signature verification as we dofor WebID then we can increase the value proposition of both to the benefit of all.
Henry