diff options
author | Nick White <git@njw.me.uk> | 2010-04-17 19:32:26 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2010-04-17 19:32:26 +0100 |
commit | cf8b5cb8674c8d305348ecc3584ce141de2798c3 (patch) | |
tree | da6cfc185c95f262a214341b3f65cf62340713f4 | |
parent | a6a7950d8060d6bac5ff7bfacb8a75b83720f66c (diff) | |
download | njw-website-cf8b5cb8674c8d305348ecc3584ce141de2798c3.tar.bz2 njw-website-cf8b5cb8674c8d305348ecc3584ce141de2798c3.zip |
Add key info to card
-rw-r--r-- | card.ttl | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -15,4 +15,10 @@ foaf:nick "njw"; foaf:homepage <http://njw.me.uk>; foaf:openid <http://njw.me.uk>; - foaf:mbox_sha1sum "6401a28665a1feaecd7f4e5591dc5eadf285eeec". + foaf:mbox_sha1sum "6401a28665a1feaecd7f4e5591dc5eadf285eeec"; + wot:hasKey :key. + +:key a wot:PubKey; + wot:hex_id "04E4653F"; + wot:pubkeyAddress <http://njw.me.uk/04E4653F.gpg.asc>; + wot:fingerprint "9732D7C7A441D79EFDF094F61F48567404E4653F". |