From 1946af289f6de89005c8239a2c2c54aab12e82a8 Mon Sep 17 00:00:00 2001 From: Spencer Bliven Date: Tue, 3 Jan 2017 18:09:37 +0100 Subject: [PATCH] Minor typo fix (#3966) --- docs/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using.rst b/docs/using.rst index 0aeed58b9..349867da4 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -61,7 +61,7 @@ manual_ Y N | Helps you obtain a cert by giving you instructions to pe 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), tls-sni-01_ (port 443) and dns-01_ (requring configuration of a DNS server on -port 53, thought that's often not the same machine as your webserver). A few +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 with ``--preferred-challenges``.