From 69d3e56f1bc62cc94d8ff0e957105bd78fba3bc6 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 15 Jul 2016 16:43:41 -0700 Subject: [PATCH] Final quick fixes in response to Brad's comments at https://github.com/certbot/certbot/pull/3258 --- docs/using.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/using.rst b/docs/using.rst index f56583a5f..ccd1d8f97 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -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`.