From c6da818d93d905f4bd456b31e6082718dab6fe31 Mon Sep 17 00:00:00 2001 From: Noah Swartz Date: Mon, 24 Apr 2017 11:54:20 -0700 Subject: [PATCH] fix the word plugin --- docs/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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``.