From f3b84ece3dc3047ec9998b0faf70ecaa8198d1eb Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 9 Feb 2017 13:20:42 -0800 Subject: [PATCH] doc: say what Encryption key is --- docs/references/selfhosting.md | 5 +++++ webadmin/src/views/settings.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/references/selfhosting.md b/docs/references/selfhosting.md index 3d255795c..42e2232dc 100644 --- a/docs/references/selfhosting.md +++ b/docs/references/selfhosting.md @@ -194,6 +194,9 @@ for most use-cases. } ``` +The `Encryption key` is an arbitrary passphrase used to encrypt the backups. Keep the passphrase safe; it is +required to decrypt the backups when restoring the Cloudron. + ## Minio S3 [Minio](https://minio.io/) is a distributed object storage server, providing the same API as Amazon S3. @@ -219,6 +222,8 @@ The information to be copied to the Cloudron's backup settings form may look sim
+The `Encryption key` is an arbitrary passphrase used to encrypt the backups. Keep the passphrase safe; it is +required to decrypt the backups when restoring the Cloudron. # Email diff --git a/webadmin/src/views/settings.html b/webadmin/src/views/settings.html index dba6d08e1..c917a155f 100644 --- a/webadmin/src/views/settings.html +++ b/webadmin/src/views/settings.html @@ -183,7 +183,7 @@
- +