Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNoah Swartz <swartzcr@gmail.com>2017-04-24 23:10:48 +0300
committerGitHub <noreply@github.com>2017-04-24 23:10:48 +0300
commitb079d0da2f7b0d09badffb47ace0aff86b37148b (patch)
tree1c857f2124ae18d2168559213b1a7462a3fbdf25 /docs
parent419c541b1848e4ba9a9a1ae5b29946f1c8ae30b2 (diff)
parentc6da818d93d905f4bd456b31e6082718dab6fe31 (diff)
Merge pull request #4542 from certbot/dnstypo
fix the word plugin
Diffstat (limited to 'docs')
-rw-r--r--docs/using.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/using.rst b/docs/using.rst
index 7eaa92f84..1bcf1483b 100644
--- a/docs/using.rst
+++ b/docs/using.rst
@@ -182,7 +182,7 @@ The ``http`` challenge will ask you to place a file with a specific name and
specific content in the ``/.well-known/acme-challenge/`` directory directly
in the top-level directory (“web root”) containing the files served by your
webserver. In essence it's the same as the webroot_ plugin, but not automated.
-When using the ``dns`` plugin, ``certbot`` will ask you to place a TXT DNS
+When using the ``dns`` challenge, ``certbot`` will ask you to place a TXT DNS
record with specific contents under the domain name consisting of the hostname
for which you want a certificate issued, prepended by ``_acme-challenge``.