From 57d43bde9aeb39e8f35fe984f6c3c82ddcd0dd81 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 24 Mar 2023 13:36:43 +0100 Subject: [PATCH] Tweak POST_INSTALL.md --- doc/POST_INSTALL.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/POST_INSTALL.md b/doc/POST_INSTALL.md index d617b01..9c530ab 100644 --- a/doc/POST_INSTALL.md +++ b/doc/POST_INSTALL.md @@ -2,12 +2,15 @@ We have added a sandbox domain: __SANDBOXDOMAIN__ for you but you still need to You will need also to restart CryptPad service after this is done. Then you can please open CryptPad domain: https://__DOMAIN__ + Once CryptPad is installed, create an account via the Sign Up button on the home page which will take you to the Register page. To make this account an instance administrator: 1. Copy the public key found in User Menu (avatar at the top right) > Settings > Account > Public Signing Key -2. Paste this key in /var/www/cryptpad/config/config.js in the following array (uncomment and replace the placeholder): +2. Paste this key in `/var/www/cryptpad/config/config.js` in the following array (uncomment and replace the placeholder): +``` adminKeys: [ "[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]", ], +```