Skip to content
Snippets Groups Projects
Commit e59faea2 authored by Bob Mottram's avatar Bob Mottram
Browse files

Backup key creation

parent 26fb10ac
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<!-- 2015-04-10 Fri 13:43 -->
<!-- 2015-04-10 Fri 13:50 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
......@@ -273,6 +273,16 @@ cat /etc/ssl/private/backup.key
</pre>
</div>
<p>
If the backup key doesn't yet exist then you can manually create it with:
</p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-addcert -h backup
</pre>
</div>
<p>
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.
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment