From 4c28da4eabc2b585a45b5287ad3fcdba97b6d435 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Wed, 23 Aug 2017 18:09:54 +0800 Subject: [PATCH] Add uploaded attribute to documentation. --- src/service/public-key.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/service/public-key.js b/src/service/public-key.js index 6e3326f..9bb0e91 100644 --- a/src/service/public-key.js +++ b/src/service/public-key.js @@ -36,6 +36,7 @@ const tpl = require('../email/templates.json'); * } * ], * created: Sat Oct 17 2015 12:17:03 GMT+0200 (CEST), // key creation time as JavaScript Date + * uploaded: Sat Oct 17 2015 12:17:03 GMT+0200 (CEST), // time of key upload as JavaScript Date * algorithm: 'rsa_encrypt_sign', // primary key alogrithm * keySize: 4096, // key length in bits * publicKeyArmored: '-----BEGIN PGP PUBLIC KEY BLOCK----- ... -----END PGP PUBLIC KEY BLOCK-----'