Backup key creation
This commit is contained in:
parent
26fb10aced
commit
e59faea2af
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue