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 @@
+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.