From 02d80cbe795ad6209ca7846cbf38359029600abb Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Fri, 8 May 2026 12:13:20 -0700 Subject: [PATCH] Update certbot/docs/using.rst Co-authored-by: ohemorange --- certbot/docs/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/docs/using.rst b/certbot/docs/using.rst index f21086abf..3748d1604 100644 --- a/certbot/docs/using.rst +++ b/certbot/docs/using.rst @@ -86,7 +86,7 @@ manual_ Y N | Obtain a certificate by manually following instructions Under the hood, plugins use one of several ACME protocol challenges_ to prove you control a domain. The challenge options are http-01_ (which uses port 80), and the two DNS-based challenges: dns-01_, or dns-persist-01_ (which both -require configuration of a DNS server on port 53, though that's often not the +require configuration of a DNS server on port 53, though that may not be 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``.