From b7874b47df73f1378778749217b03927085ef877 Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Wed, 24 Apr 2019 00:38:17 +0200 Subject: [PATCH] More HTTP sig tweaks --- little_boxes/key.py | 1 + 1 file changed, 1 insertion(+) diff --git a/little_boxes/key.py b/little_boxes/key.py index c1fb1ee..757ef97 100644 --- a/little_boxes/key.py +++ b/little_boxes/key.py @@ -41,6 +41,7 @@ class Key(object): "id": self.key_id(), "owner": self.owner, "publicKeyPem": self.pubkey_pem, + "type": "Key", } @classmethod