Final quick fixes in response to Brad's comments at https://github.com/certbot/certbot/pull/3258

This commit is contained in:
Peter
2016-07-15 16:43:41 -07:00
parent 640bb88d4f
commit 69d3e56f1b
+4 -4
View File
@@ -423,10 +423,10 @@ to, `install Docker`_, then issue the following command:
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \ -v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
quay.io/letsencrypt/letsencrypt:latest certonly quay.io/letsencrypt/letsencrypt:latest certonly
Certbot will obtain a certificate and place it in the directory Running Certbot with the ``certonly`` command will obtain a certificate and place it in the directory
``/etc/letsencrypt/live`` on your system. ``/etc/letsencrypt/live`` on your system. Because Certonly cannot install the certificate from
You must use the ``certonly`` command within Docker, you must install the certificate manually according to the procedure
to install the certificate. recommended by the provider of your webserver.
For more information about the layout For more information about the layout
of the ``/etc/letsencrypt`` directory, see :ref:`where-certs`. of the ``/etc/letsencrypt`` directory, see :ref:`where-certs`.