2023-03-12 08:55:59 +01:00
|
|
|
We have added a sandbox domain: __SANDBOXDOMAIN__ for you but you still need to configure your DNS and generate the Let's Encrypt Certificates for it.
|
2023-03-12 08:42:18 +01:00
|
|
|
You will need also to restart CryptPad service after this is done.
|
|
|
|
|
2023-03-12 08:55:59 +01:00
|
|
|
Then you can please open CryptPad domain: https://__DOMAIN__
|
2023-03-24 13:36:43 +01:00
|
|
|
|
2023-03-12 08:42:18 +01:00
|
|
|
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
|
2023-03-24 13:36:43 +01:00
|
|
|
2. Paste this key in `/var/www/cryptpad/config/config.js` in the following array (uncomment and replace the placeholder):
|
2023-03-12 08:42:18 +01:00
|
|
|
|
2023-03-24 13:36:43 +01:00
|
|
|
```
|
2023-03-12 08:42:18 +01:00
|
|
|
adminKeys: [
|
|
|
|
"[cryptpad-user1@my.awesome.website/YZgXQxKR0Rcb6r6CmxHPdAGLVludrAF2lEnkbx1vVOo=]",
|
|
|
|
],
|
2023-03-24 13:36:43 +01:00
|
|
|
```
|