You don't need to set --server (#8200)

This commit is contained in:
Brad Warren 2020-08-12 13:27:53 -07:00 committed by GitHub
parent f40e5bdefe
commit f93b90f87a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,10 +197,7 @@ want to use. For example, to use Certbot's plugin for Amazon Route 53,
you'd use ``certbot/dns-route53``. You may also need to add flags to
Certbot and/or mount additional directories to provide access to your
DNS API credentials as specified in the :ref:`DNS plugin documentation
<dns_plugins>`. If you would like to obtain a wildcard certificate from
Let's Encrypt's ACMEv2 server, you'll need to include ``--server
https://acme-v02.api.letsencrypt.org/directory`` on the command line as
well.
<dns_plugins>`.
For more information about the layout
of the ``/etc/letsencrypt`` directory, see :ref:`where-certs`.