|
@@ -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
|
|
-<!-- 2014-11-09 Sun 18:29 -->
|
|
7
|
+<!-- 2015-01-21 Wed 20:35 -->
|
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" />
|
|
@@ -177,19 +177,23 @@ for the JavaScript code in this tag.
|
177
|
177
|
</tr>
|
178
|
178
|
|
179
|
179
|
<tr>
|
180
|
|
-<td class="left"><a href="#unnumbered-3">How do I get a domain name?</a></td>
|
|
180
|
+<td class="left"><a href="#unnumbered-3">Why isn't dynamic DNS working?</a></td>
|
181
|
181
|
</tr>
|
182
|
182
|
|
183
|
183
|
<tr>
|
184
|
|
-<td class="left"><a href="#unnumbered-4">How do I get a "real" SSL certificate?</a></td>
|
|
184
|
+<td class="left"><a href="#unnumbered-4">How do I get a domain name?</a></td>
|
185
|
185
|
</tr>
|
186
|
186
|
|
187
|
187
|
<tr>
|
188
|
|
-<td class="left"><a href="#unnumbered-5">Why use self-signed certificates?</a></td>
|
|
188
|
+<td class="left"><a href="#unnumbered-5">How do I get a "real" SSL certificate?</a></td>
|
189
|
189
|
</tr>
|
190
|
190
|
|
191
|
191
|
<tr>
|
192
|
|
-<td class="left"><a href="#unnumbered-6">Why not use the services of $company instead? They took the Seppuku pledge</a></td>
|
|
192
|
+<td class="left"><a href="#unnumbered-6">Why use self-signed certificates?</a></td>
|
|
193
|
+</tr>
|
|
194
|
+
|
|
195
|
+<tr>
|
|
196
|
+<td class="left"><a href="#unnumbered-7">Why not use the services of $company instead? They took the Seppuku pledge</a></td>
|
193
|
197
|
</tr>
|
194
|
198
|
</tbody>
|
195
|
199
|
</table>
|
|
@@ -212,9 +216,79 @@ Even when using Freedombone metadata analysis by third parties is still possible
|
212
|
216
|
</div>
|
213
|
217
|
</div>
|
214
|
218
|
<div id="outline-container-unnumbered-3" class="outline-2">
|
215
|
|
-<h2 id="unnumbered-3">How do I get a domain name?</h2>
|
|
219
|
+<h2 id="unnumbered-3">Why isn't dynamic DNS working?</h2>
|
216
|
220
|
<div class="outline-text-2" id="text-unnumbered-3">
|
217
|
221
|
<p>
|
|
222
|
+If you run the command:
|
|
223
|
+</p>
|
|
224
|
+
|
|
225
|
+<div class="org-src-container">
|
|
226
|
+
|
|
227
|
+<pre class="src src-bash">service inadyn status
|
|
228
|
+</pre>
|
|
229
|
+</div>
|
|
230
|
+
|
|
231
|
+<p>
|
|
232
|
+And see some error related to checking for changes in the IP address then you can try other external IP services. Edit <b>/etc/inadyn.conf</b> and change the domain for the <b>checkip-url</b> parameter. Possible sites are:
|
|
233
|
+</p>
|
|
234
|
+
|
|
235
|
+<div class="org-src-container">
|
|
236
|
+
|
|
237
|
+<pre class="src src-bash">https://check.torproject.org/
|
|
238
|
+https://www.whatsmydns.net/whats-my-ip-address.html
|
|
239
|
+https://www.privateinternetaccess.com/pages/whats-my-ip/
|
|
240
|
+http://checkip.two-dns.de
|
|
241
|
+http://ip.dnsexit.com
|
|
242
|
+http://ifconfig.me/ip
|
|
243
|
+http://ipecho.net/plain
|
|
244
|
+http://checkip.dyndns.org/plain
|
|
245
|
+http://ipogre.com/linux.php
|
|
246
|
+http://whatismyipaddress.com/
|
|
247
|
+http://ip.my-proxy.com/
|
|
248
|
+http://websiteipaddress.com/WhatIsMyIp
|
|
249
|
+http://getmyipaddress.org/
|
|
250
|
+http://www.my-ip-address.net/
|
|
251
|
+http://myexternalip.com/raw
|
|
252
|
+http://www.canyouseeme.org/
|
|
253
|
+http://www.trackip.net/
|
|
254
|
+http://icanhazip.com/
|
|
255
|
+http://www.iplocation.net/
|
|
256
|
+http://www.howtofindmyipaddress.com/
|
|
257
|
+http://www.ipchicken.com/
|
|
258
|
+http://whatsmyip.net/
|
|
259
|
+http://www.ip-adress.com/
|
|
260
|
+http://checkmyip.com/
|
|
261
|
+http://www.tracemyip.org/
|
|
262
|
+http://checkmyip.net/
|
|
263
|
+http://www.lawrencegoetz.com/programs/ipinfo/
|
|
264
|
+http://www.findmyip.co/
|
|
265
|
+http://ip-lookup.net/
|
|
266
|
+http://www.dslreports.com/whois
|
|
267
|
+http://www.mon-ip.com/en/my-ip/
|
|
268
|
+http://www.myip.ru
|
|
269
|
+http://ipgoat.com/
|
|
270
|
+http://www.myipnumber.com/my-ip-address.asp
|
|
271
|
+http://www.whatsmyipaddress.net/
|
|
272
|
+http://formyip.com/
|
|
273
|
+http://www.displaymyip.com/
|
|
274
|
+http://www.bobborst.com/tools/whatsmyip/
|
|
275
|
+http://www.geoiptool.com/
|
|
276
|
+http://checkip.dyndns.com/
|
|
277
|
+http://myexternalip.com/
|
|
278
|
+http://www.ip-adress.eu/
|
|
279
|
+http://www.infosniper.net/
|
|
280
|
+http://wtfismyip.com/
|
|
281
|
+http://ipinfo.io/
|
|
282
|
+http://httpbin.org/ip
|
|
283
|
+</pre>
|
|
284
|
+</div>
|
|
285
|
+</div>
|
|
286
|
+</div>
|
|
287
|
+
|
|
288
|
+<div id="outline-container-unnumbered-4" class="outline-2">
|
|
289
|
+<h2 id="unnumbered-4">How do I get a domain name?</h2>
|
|
290
|
+<div class="outline-text-2" id="text-unnumbered-4">
|
|
291
|
+<p>
|
218
|
292
|
Suppose that you have bought a domain name (rather than using a free subdomain on freedns) and you want to use that instead.
|
219
|
293
|
</p>
|
220
|
294
|
|
|
@@ -281,9 +355,9 @@ You should now be able to send an email from <i>postmaster@mynewdomainname</i> a
|
281
|
355
|
</div>
|
282
|
356
|
</div>
|
283
|
357
|
|
284
|
|
-<div id="outline-container-unnumbered-4" class="outline-2">
|
285
|
|
-<h2 id="unnumbered-4">How do I get a "real" SSL certificate?</h2>
|
286
|
|
-<div class="outline-text-2" id="text-unnumbered-4">
|
|
358
|
+<div id="outline-container-unnumbered-5" class="outline-2">
|
|
359
|
+<h2 id="unnumbered-5">How do I get a "real" SSL certificate?</h2>
|
|
360
|
+<div class="outline-text-2" id="text-unnumbered-5">
|
287
|
361
|
<p>
|
288
|
362
|
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).
|
289
|
363
|
</p>
|
|
@@ -463,9 +537,9 @@ Now visit your web site at <a href="https://mydomainname.com/">https://mydomainn
|
463
|
537
|
</div>
|
464
|
538
|
</div>
|
465
|
539
|
|
466
|
|
-<div id="outline-container-unnumbered-5" class="outline-2">
|
467
|
|
-<h2 id="unnumbered-5">Why use self-signed certificates?</h2>
|
468
|
|
-<div class="outline-text-2" id="text-unnumbered-5">
|
|
540
|
+<div id="outline-container-unnumbered-6" class="outline-2">
|
|
541
|
+<h2 id="unnumbered-6">Why use self-signed certificates?</h2>
|
|
542
|
+<div class="outline-text-2" id="text-unnumbered-6">
|
469
|
543
|
<p>
|
470
|
544
|
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.
|
471
|
545
|
</p>
|
|
@@ -479,9 +553,9 @@ For now a self-signed certificate will probably in most cases protect your commu
|
479
|
553
|
</p>
|
480
|
554
|
</div>
|
481
|
555
|
</div>
|
482
|
|
-<div id="outline-container-unnumbered-6" class="outline-2">
|
483
|
|
-<h2 id="unnumbered-6">Why not use the services of $company instead? They took the Seppuku pledge</h2>
|
484
|
|
-<div class="outline-text-2" id="text-unnumbered-6">
|
|
556
|
+<div id="outline-container-unnumbered-7" class="outline-2">
|
|
557
|
+<h2 id="unnumbered-7">Why not use the services of $company instead? They took the Seppuku pledge</h2>
|
|
558
|
+<div class="outline-text-2" id="text-unnumbered-7">
|
485
|
559
|
<p>
|
486
|
560
|
<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.
|
487
|
561
|
</p>
|