From c42b5729486ae7a72568a18507f1172bcaff2b17 Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 17 Jul 2019 14:16:06 +0200 Subject: [PATCH] add a comment to the config file about the support keys --- config/config.example.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config/config.example.js b/config/config.example.js index eb134591c..5f4473b99 100644 --- a/config/config.example.js +++ b/config/config.example.js @@ -64,6 +64,19 @@ module.exports = { //"https://my.awesome.website/user/#/1/cryptpad-user1/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=", ], + /* CryptPad's administration panel includes a "support" tab + * wherein administrators with a secret key can view messages + * sent from users via the encrypted forms on the /support/ page + * + * To enable this functionality: + * run `node ./scripts/generate-admin-keys.js` + * save the public key in your config in the value below + * add the private key via the admin panel + * and back it up in a secure manner + * + */ + // supportMailboxPublicKey: "", + /* ===================== * Infra setup * ===================== */