From 64e570d63c89f36eba8419558bf7910bdfef4762 Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Mon, 10 Dec 2018 17:49:24 -0800 Subject: [PATCH] Remove spurious comma --- docs/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using.rst b/docs/using.rst index 090ba49cb..5e8675418 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -67,7 +67,7 @@ manual_ Y N | Helps you obtain a certificate by giving you instruction .. |dns_plugs| replace:: :ref:`DNS plugins ` Under the hood, plugins use one of several ACME protocol challenges_ to -prove you control a domain. The options are http-01_ (which uses port 80), +prove you control a domain. The options are http-01_ (which uses port 80) and dns-01_ (requiring configuration of a DNS server on port 53, though that's often not the same machine as your webserver). A few plugins support more than one challenge type, in which case you can choose one