commit
authorAdam Leibson <adaml@fsf.org>
Wed, 12 Aug 2015 20:19:17 +0000 (16:19 -0400)
committerAdam Leibson <adaml@fsf.org>
Wed, 12 Aug 2015 20:19:17 +0000 (16:19 -0400)
en/index.html

index f763260bc5fb08c615ea40d4f569d90c28de8a84..1272c68ad7ef02fc5998e6ec2dab0153c60d4e28 100644 (file)
                                                <h2><em>#4</em> Learn the Web of Trust</h2>
                                                <p>Email encryption is a powerful technology, but it has a weakness; it requires a way to verify that a person's public key is actually theirs. Otherwise, there would be no way to stop an attacker from making an email address with your friend's name, creating keys to go with it and impersonating your friend. That's why the free software programmers that developed email encryption created keysigning and the Web of Trust.</p>
 
-<p>When you sign someone's key, you are publicly saying that you trust that it belongs to them and not an impostor. Signing keys and messages is the same type mathematical operation, but they carry very different implications. It's a good practice to generally sign your email, but if you casually sign people's keys, you may accidently end up vouching for the identity of an imposter. People who use your public key can see who has signed it. Once you've used GnuPG for a long time, you may have hundreds of signatures. The Web of Trust is the constellation of all GnuPG users, connected to each other by chains of trust expressed through signatures, forming a giant network. The more signatures of people you trust a key has, the more trustworthy that key is.</p>
+<p>When you sign someone's key, you are publicly saying that you trust that it belongs to them and not an impostor. Signing keys and messages is the same type mathematical operation, but they carry very different implications. It's a good practice to generally sign your email, but if you casually sign people's keys, you may accidently end up vouching for the identity of an imposter. People who use your public key can see who has signed it. Once you've used GnuPG for a long time, you may have hundreds of signatures. The Web of Trust is a constellation of GnuPG users, connected to each other by chains of trust expressed through signatures. The more signatures of people you trust a key has, the more trustworthy that key is.</p>
 
 
 
                                         </div><!-- End .main -->
                                 </div><!-- End #step-sign_real_keys .step-->
 
+                                <!-- ~~~~~~~~~ Troubleshooting  ~~~~~~~~~ -->
+                                                <div class="troubleshooting">
+                                                        <h4>Advanced</h4>
+                                                        <dl>
+                                                                <dt>More on the Web of Trust</dt>
+                                                                        <dd>You can also encrypt and decrypt messages and files form the <a href="https://www.gnupg.org/gph/en/manual/x110.html">command line</a>, if that's your preference.</dd>
+                                                        </dl>
+                                                </div><!-- /.troubleshooting -->
+
 
                        </div>
                </section><!-- End #section4 -->