diff --git a/guide.html b/guide.html index 2cd92f76..902bf0b0 100644 --- a/guide.html +++ b/guide.html @@ -396,15 +396,13 @@ cd mailinabox

The domain name system is not very secure. Enabling DNSSEC provides a layer of cryptographic security on top of the domain name system in a similar way to how HTTPS web addresses add a layer of security to the web.

-

DNSSEC is optional, but with it your box will advertise that it is secure. Other mail servers that support DNSSEC and DANE will begin encrypting mail to you while it is in transit. Mail-in-a-Box supports this, so email between DNSSEC-enabled Mail-in-a-Boxes are always encrypted in transit.

+

DNSSEC is optional, but with it your box will advertise that it is secure. Other mail servers that support DNSSEC and DANE will begin encrypting mail to you while it is in transit. (Since Mail-in-a-Box supports this too, email between DNSSEC-enabled Mail-in-a-Boxes is always encrypted in transit.)

-

DNSSEC is configured at your domain name registrar. To activate DNSSEC, you'll need to get a DS record from the box and then enter that at your registrar. While logged in on the box, run:

+

DNSSEC is configured at your domain name registrar. To activate DNSSEC, you'll need to get DS configuration information from the box and then enter that at your registrar. While logged in on the box, run:

-
sudo bash -c 'curl --user $(</var/lib/mailinabox/api.key): http://localhost:10222/dns/ds'
+
sudo management/whats_next.py
-

Sorry that is a long one! This will print DS records for the domain name(s) managed by your box.

- -

Copy the DS record(s) and follow the DS record instructions provided by your domain name registrar.

+

Copy the DS information and follow the DS record instructions provided by your domain name registrar. How this works varies from registrar to registrar.

Keeping Your Box Humming