瀏覽代碼

Changing encryption settings

Bob Mottram 10 年之前
父節點
當前提交
8298f9da56
共有 2 個文件被更改,包括 59 次插入24 次删除
  1. 12
    1
      doc/EN/faq.org
  2. 47
    23
      website/EN/faq.html

+ 12
- 1
doc/EN/faq.org 查看文件

13
 | [[file:index.html][Home]]                                                                       |
13
 | [[file:index.html][Home]]                                                                       |
14
 | [[Why not supply a disk image download?]]                                      |
14
 | [[Why not supply a disk image download?]]                                      |
15
 | [[Can I add more users to the system?]]                                        |
15
 | [[Can I add more users to the system?]]                                        |
16
-| [[How do I reset the tripwire?]]                                           |
16
+| [[How do I reset the tripwire?]]                                               |
17
 | [[Is metadata protected?]]                                                     |
17
 | [[Is metadata protected?]]                                                     |
18
 | [[Why isn't dynamic DNS working?]]                                             |
18
 | [[Why isn't dynamic DNS working?]]                                             |
19
+| [[How do I change my encryption settings?]]                                    |
19
 | [[How do I get a domain name?]]                                                |
20
 | [[How do I get a domain name?]]                                                |
20
 | [[How do I get a "real" SSL certificate?]]                                     |
21
 | [[How do I get a "real" SSL certificate?]]                                     |
21
 | [[How do I renew a StartSSL certificate?]]                                     |
22
 | [[How do I renew a StartSSL certificate?]]                                     |
98
 http://httpbin.org/ip
99
 http://httpbin.org/ip
99
 #+END_SRC
100
 #+END_SRC
100
 
101
 
102
+* How do I change my encryption settings?
103
+Suppose that some new encryption vulnerability has been announced and that you need to change your encryption settings. Maybe an algorithm thought to be secure is now no longer so and you need to remove it. You can change your settings by doing the following:
104
+
105
+#+BEGIN_SRC bash
106
+ssh myusername@mydomain -p 2222
107
+su
108
+freedombone-sec
109
+#+END_SRC
110
+
111
+You will then be able to edit the crypto settings for all of the installed applications. *Be very careful when editing*, since any mistake could make your system less secure rather than more.
101
 * How do I get a domain name?
112
 * How do I get a domain name?
102
 Suppose that you have bought a domain name (rather than using a free subdomain on freedns) and you want to use that instead.
113
 Suppose that you have bought a domain name (rather than using a free subdomain on freedns) and you want to use that instead.
103
 
114
 

+ 47
- 23
website/EN/faq.html 查看文件

4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
 <title></title>
6
 <title></title>
7
-<!-- 2015-03-10 Tue 21:03 -->
7
+<!-- 2015-03-23 Mon 20:14 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
190
 </tr>
190
 </tr>
191
 
191
 
192
 <tr>
192
 <tr>
193
-<td class="left"><a href="#unnumbered-6">How do I get a domain name?</a></td>
193
+<td class="left"><a href="#unnumbered-6">How do I change my encryption settings?</a></td>
194
 </tr>
194
 </tr>
195
 
195
 
196
 <tr>
196
 <tr>
197
-<td class="left"><a href="#unnumbered-7">How do I get a "real" SSL certificate?</a></td>
197
+<td class="left"><a href="#unnumbered-7">How do I get a domain name?</a></td>
198
 </tr>
198
 </tr>
199
 
199
 
200
 <tr>
200
 <tr>
201
-<td class="left"><a href="#unnumbered-8">How do I renew a StartSSL certificate?</a></td>
201
+<td class="left"><a href="#unnumbered-8">How do I get a "real" SSL certificate?</a></td>
202
 </tr>
202
 </tr>
203
 
203
 
204
 <tr>
204
 <tr>
205
-<td class="left"><a href="#unnumbered-9">Why use self-signed certificates?</a></td>
205
+<td class="left"><a href="#unnumbered-9">How do I renew a StartSSL certificate?</a></td>
206
 </tr>
206
 </tr>
207
 
207
 
208
 <tr>
208
 <tr>
209
-<td class="left"><a href="#unnumbered-10">Why not use the services of $company instead? They took the Seppuku pledge</a></td>
209
+<td class="left"><a href="#unnumbered-10">Why use self-signed certificates?</a></td>
210
 </tr>
210
 </tr>
211
 
211
 
212
 <tr>
212
 <tr>
213
-<td class="left"><a href="#unnumbered-11">Why does my email keep getting rejected as spam by Gmail/etc?</a></td>
213
+<td class="left"><a href="#unnumbered-11">Why not use the services of $company instead? They took the Seppuku pledge</a></td>
214
+</tr>
215
+
216
+<tr>
217
+<td class="left"><a href="#unnumbered-12">Why does my email keep getting rejected as spam by Gmail/etc?</a></td>
214
 </tr>
218
 </tr>
215
 </tbody>
219
 </tbody>
216
 </table>
220
 </table>
331
 </div>
335
 </div>
332
 
336
 
333
 <div id="outline-container-unnumbered-6" class="outline-2">
337
 <div id="outline-container-unnumbered-6" class="outline-2">
334
-<h2 id="unnumbered-6">How do I get a domain name?</h2>
338
+<h2 id="unnumbered-6">How do I change my encryption settings?</h2>
335
 <div class="outline-text-2" id="text-unnumbered-6">
339
 <div class="outline-text-2" id="text-unnumbered-6">
336
 <p>
340
 <p>
341
+Suppose that some new encryption vulnerability has been announced and that you need to change your encryption settings. Maybe an algorithm thought to be secure is now no longer so and you need to remove it. You can change your settings by doing the following:
342
+</p>
343
+
344
+<div class="org-src-container">
345
+
346
+<pre class="src src-bash">ssh myusername@mydomain -p 2222
347
+su
348
+freedombone-sec
349
+</pre>
350
+</div>
351
+
352
+<p>
353
+You will then be able to edit the crypto settings for all of the installed applications. <b>Be very careful when editing</b>, since any mistake could make your system less secure rather than more.
354
+</p>
355
+</div>
356
+</div>
357
+<div id="outline-container-unnumbered-7" class="outline-2">
358
+<h2 id="unnumbered-7">How do I get a domain name?</h2>
359
+<div class="outline-text-2" id="text-unnumbered-7">
360
+<p>
337
 Suppose that you have bought a domain name (rather than using a free subdomain on freedns) and you want to use that instead.
361
 Suppose that you have bought a domain name (rather than using a free subdomain on freedns) and you want to use that instead.
338
 </p>
362
 </p>
339
 
363
 
400
 </div>
424
 </div>
401
 </div>
425
 </div>
402
 
426
 
403
-<div id="outline-container-unnumbered-7" class="outline-2">
404
-<h2 id="unnumbered-7">How do I get a "real" SSL certificate?</h2>
405
-<div class="outline-text-2" id="text-unnumbered-7">
427
+<div id="outline-container-unnumbered-8" class="outline-2">
428
+<h2 id="unnumbered-8">How do I get a "real" SSL certificate?</h2>
429
+<div class="outline-text-2" id="text-unnumbered-8">
406
 <p>
430
 <p>
407
 You can obtain a free "official" (as in recognised by default by web browsers) SSL certificate from <a href="https://www.startssl.com/">StartSSL</a>. You will first need to have bought a domain name, since it's not possible to obtain one for a freedns subdomain, so see <i>Using your own domain</i> for details of how to do that.  You should also have tested that you can send email to the domain and receive it on the Freedombone (via Mutt or any other email client).
431
 You can obtain a free "official" (as in recognised by default by web browsers) SSL certificate from <a href="https://www.startssl.com/">StartSSL</a>. You will first need to have bought a domain name, since it's not possible to obtain one for a freedns subdomain, so see <i>Using your own domain</i> for details of how to do that.  You should also have tested that you can send email to the domain and receive it on the Freedombone (via Mutt or any other email client).
408
 </p>
432
 </p>
582
 </div>
606
 </div>
583
 </div>
607
 </div>
584
 
608
 
585
-<div id="outline-container-unnumbered-8" class="outline-2">
586
-<h2 id="unnumbered-8">How do I renew a StartSSL certificate?</h2>
587
-<div class="outline-text-2" id="text-unnumbered-8">
609
+<div id="outline-container-unnumbered-9" class="outline-2">
610
+<h2 id="unnumbered-9">How do I renew a StartSSL certificate?</h2>
611
+<div class="outline-text-2" id="text-unnumbered-9">
588
 <p>
612
 <p>
589
 The StartSSL certificates last for a year. You can check the expiry date of your current certificate/s by going to your site and if you're using Firefox then click on the <b>lock icon</b>, select "<b>more information</b>" then "<b>view certificate</b>".
613
 The StartSSL certificates last for a year. You can check the expiry date of your current certificate/s by going to your site and if you're using Firefox then click on the <b>lock icon</b>, select "<b>more information</b>" then "<b>view certificate</b>".
590
 </p>
614
 </p>
734
 </div>
758
 </div>
735
 </div>
759
 </div>
736
 
760
 
737
-<div id="outline-container-unnumbered-9" class="outline-2">
738
-<h2 id="unnumbered-9">Why use self-signed certificates?</h2>
739
-<div class="outline-text-2" id="text-unnumbered-9">
761
+<div id="outline-container-unnumbered-10" class="outline-2">
762
+<h2 id="unnumbered-10">Why use self-signed certificates?</h2>
763
+<div class="outline-text-2" id="text-unnumbered-10">
740
 <p>
764
 <p>
741
 Almost everywhere on the web you will read that self-signed certificates are worthless. They bring up scary looking browser warnings and gurus will advise you not to use them. Self-signed certificates are quite useful though. What the scary warnings mean - and it would be good if they explained this more clearly - is that you have an encrypted connection established but there is <i>no certainty about who that connection is with</i>. The usual solution to this is to get a "real" SSL certificate from one of the certificate authorities, but it's far from clear that such authorities can be trusted. There have been various scandals involving such organisations, and it does not seem plausible to assume that they are somehow immune to the sort of treatment which <a href="http://en.wikipedia.org/wiki/Lavabit">Lavabit</a> received. So although most internet users have been trained to look for the lock icon as an indication that the connection is secured that belief may not always be well founded.
765
 Almost everywhere on the web you will read that self-signed certificates are worthless. They bring up scary looking browser warnings and gurus will advise you not to use them. Self-signed certificates are quite useful though. What the scary warnings mean - and it would be good if they explained this more clearly - is that you have an encrypted connection established but there is <i>no certainty about who that connection is with</i>. The usual solution to this is to get a "real" SSL certificate from one of the certificate authorities, but it's far from clear that such authorities can be trusted. There have been various scandals involving such organisations, and it does not seem plausible to assume that they are somehow immune to the sort of treatment which <a href="http://en.wikipedia.org/wiki/Lavabit">Lavabit</a> received. So although most internet users have been trained to look for the lock icon as an indication that the connection is secured that belief may not always be well founded.
742
 </p>
766
 </p>
750
 </p>
774
 </p>
751
 </div>
775
 </div>
752
 </div>
776
 </div>
753
-<div id="outline-container-unnumbered-10" class="outline-2">
754
-<h2 id="unnumbered-10">Why not use the services of $company instead? They took the Seppuku pledge</h2>
755
-<div class="outline-text-2" id="text-unnumbered-10">
777
+<div id="outline-container-unnumbered-11" class="outline-2">
778
+<h2 id="unnumbered-11">Why not use the services of $company instead? They took the Seppuku pledge</h2>
779
+<div class="outline-text-2" id="text-unnumbered-11">
756
 <p>
780
 <p>
757
 <a href="http://seppuku.cryptostorm.org/">That pledge</a> is utterly worthless. Years ago people trusted Google in the same sort of way, because they promised not be be evil and because a lot of the engineers working for them seemed like honest types who were "<i>on our side</i>". Post-<a href="https://en.wikipedia.org/wiki/Nymwars">nymwars</a> and post-<a href="https://en.wikipedia.org/wiki/PRISM_(surveillance_program)">PRISM</a> we know exactly how much Google cared about the privacy and security of its users. But Google is only one particular example. In general don't trust pledges made by companies, even if the people running them seem really sincere.
781
 <a href="http://seppuku.cryptostorm.org/">That pledge</a> is utterly worthless. Years ago people trusted Google in the same sort of way, because they promised not be be evil and because a lot of the engineers working for them seemed like honest types who were "<i>on our side</i>". Post-<a href="https://en.wikipedia.org/wiki/Nymwars">nymwars</a> and post-<a href="https://en.wikipedia.org/wiki/PRISM_(surveillance_program)">PRISM</a> we know exactly how much Google cared about the privacy and security of its users. But Google is only one particular example. In general don't trust pledges made by companies, even if the people running them seem really sincere.
758
 </p>
782
 </p>
759
 </div>
783
 </div>
760
 </div>
784
 </div>
761
-<div id="outline-container-unnumbered-11" class="outline-2">
762
-<h2 id="unnumbered-11">Why does my email keep getting rejected as spam by Gmail/etc?</h2>
763
-<div class="outline-text-2" id="text-unnumbered-11">
785
+<div id="outline-container-unnumbered-12" class="outline-2">
786
+<h2 id="unnumbered-12">Why does my email keep getting rejected as spam by Gmail/etc?</h2>
787
+<div class="outline-text-2" id="text-unnumbered-12">
764
 <p>
788
 <p>
765
 Welcome to the world of email. Email is really the archetypal decentralized service, developed during the early days of the internet. In principle anyone can run an email server, and that's exactly what you're doing with Freedombone. Email is very useful, but it has a big problem, and that's that the protocols are totally insecure. That made it easy for spammers to do their thing, and in response highly elaborate spam filtering and blocking systems were developed. Chances are that your emails are being blocked in this way. Sometimes the blocking is so indisciminate that entire countries are excluded. What can you do about it? Unless you control the block list at the receiving end probably you can't do anything. There is zero accountability for such blocking, and you can't just contact someone and say "hey, I'm not a spammer". This system works well for the big internet companies because it effectively centralises email to a few well-known brand names and keeps any independent servers out.
789
 Welcome to the world of email. Email is really the archetypal decentralized service, developed during the early days of the internet. In principle anyone can run an email server, and that's exactly what you're doing with Freedombone. Email is very useful, but it has a big problem, and that's that the protocols are totally insecure. That made it easy for spammers to do their thing, and in response highly elaborate spam filtering and blocking systems were developed. Chances are that your emails are being blocked in this way. Sometimes the blocking is so indisciminate that entire countries are excluded. What can you do about it? Unless you control the block list at the receiving end probably you can't do anything. There is zero accountability for such blocking, and you can't just contact someone and say "hey, I'm not a spammer". This system works well for the big internet companies because it effectively centralises email to a few well-known brand names and keeps any independent servers out.
766
 </p>
790
 </p>