From e59faea2af3959a4a2d378a28f7334b6ef472df3 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 10 Apr 2015 13:51:33 +0100 Subject: [PATCH] Backup key creation --- doc/EN/backups.org | 6 ++++++ website/EN/backups.html | 12 +++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/EN/backups.org b/doc/EN/backups.org index c2a17d89..0795ccca 100644 --- a/doc/EN/backups.org +++ b/doc/EN/backups.org @@ -62,6 +62,12 @@ su cat /etc/ssl/private/backup.key #+END_SRC +If the backup key doesn't yet exist then you can manually create it with: + +#+BEGIN_SRC bash +freedombone-addcert -h backup +#+END_SRC + Store it within a password manager on a USB drive which you carry with you. In the worst case scenario you'll be able to restore your system on completely new hardware if you have this key, so long as at least one of your friends servers is accessable via ssh. * Restore from a friend ** With a completely new Freedombone installation diff --git a/website/EN/backups.html b/website/EN/backups.html index da136dc1..a404124e 100644 --- a/website/EN/backups.html +++ b/website/EN/backups.html @@ -4,7 +4,7 @@ - + @@ -273,6 +273,16 @@ cat /etc/ssl/private/backup.key +

+If the backup key doesn't yet exist then you can manually create it with: +

+ +
+ +
freedombone-addcert -h backup
+
+
+

Store it within a password manager on a USB drive which you carry with you. In the worst case scenario you'll be able to restore your system on completely new hardware if you have this key, so long as at least one of your friends servers is accessable via ssh.