Browse Source

Backup key creation

Bob Mottram 10 years ago
parent
commit
e59faea2af
2 changed files with 17 additions and 1 deletions
  1. 6
    0
      doc/EN/backups.org
  2. 11
    1
      website/EN/backups.html

+ 6
- 0
doc/EN/backups.org View File

@@ -62,6 +62,12 @@ su
62 62
 cat /etc/ssl/private/backup.key
63 63
 #+END_SRC
64 64
 
65
+If the backup key doesn't yet exist then you can manually create it with:
66
+
67
+#+BEGIN_SRC bash
68
+freedombone-addcert -h backup
69
+#+END_SRC
70
+
65 71
 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.
66 72
 * Restore from a friend
67 73
 ** With a completely new Freedombone installation

+ 11
- 1
website/EN/backups.html View File

@@ -4,7 +4,7 @@
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6 6
 <title></title>
7
-<!-- 2015-04-10 Fri 13:43 -->
7
+<!-- 2015-04-10 Fri 13:50 -->
8 8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9 9
 <meta  name="generator" content="Org-mode" />
10 10
 <meta  name="author" content="Bob Mottram" />
@@ -274,6 +274,16 @@ cat /etc/ssl/private/backup.key
274 274
 </div>
275 275
 
276 276
 <p>
277
+If the backup key doesn't yet exist then you can manually create it with:
278
+</p>
279
+
280
+<div class="org-src-container">
281
+
282
+<pre class="src src-bash">freedombone-addcert -h backup
283
+</pre>
284
+</div>
285
+
286
+<p>
277 287
 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.
278 288
 </p>
279 289
 </div>