mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Final quick fixes in response to Brad's comments at https://github.com/certbot/certbot/pull/3258
This commit is contained in:
parent
640bb88d4f
commit
69d3e56f1b
1 changed files with 4 additions and 4 deletions
|
|
@ -423,10 +423,10 @@ to, `install Docker`_, then issue the following command:
|
|||
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
|
||||
quay.io/letsencrypt/letsencrypt:latest certonly
|
||||
|
||||
Certbot will obtain a certificate and place it in the directory
|
||||
``/etc/letsencrypt/live`` on your system.
|
||||
You must use the ``certonly`` command
|
||||
to install the certificate.
|
||||
Running Certbot with the ``certonly`` command will obtain a certificate and place it in the directory
|
||||
``/etc/letsencrypt/live`` on your system. Because Certonly cannot install the certificate from
|
||||
within Docker, you must install the certificate manually according to the procedure
|
||||
recommended by the provider of your webserver.
|
||||
|
||||
For more information about the layout
|
||||
of the ``/etc/letsencrypt`` directory, see :ref:`where-certs`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue